Book
Submodule 11.3: Building the application
Submodule 11.3: Building the application
Completion requirements
View
- dist folder
- Minify
- Concatenate
- Uglify
Βuilding the distribution folder
Τo build the distribution folder, you can type the following at the prompt:
npm run build
This will build the dist
folder containing the files that are a self-contained version of your project. You can now copy the contents of this folder to a web server that hosts your website.