Build
DescriptionThe build command creates the static assets that can be deployed to hosting provider. It contains the generated Svelte code that hydrates into a Single Page Application (SPA), as well as the HTML fallbacks that allow you to navigate the site without JavaScript enabled, improve Search Engine Optimization (SEO), and speed up the initial page load of your app.
UsageThe following command will create a folder called "public" that contains your website: plenti build
Long | Short | Description |
---|---|---|
--output=whatever | -o=whatever | Change the name of the "public" build directory to something else |
--benchmark | -b | Display build time statistics |
--verbose | -v | Shows log messages related to the build process |