November 2017
Beginner to intermediate
398 pages
8h 42m
English
When it will be time to put your app into production on a real server, you will need to run this command to compile your project:
npm run build
By default, when using the webpack-simple template, it will output the JavaScript files into a /dist folder in the project. You will only need to upload this folder and the index.html file that is present in the root folder. You should have the following file tree on your server:
- index.html- favicon.png- [dist] - build.js ∟ build.map.js
Read now
Unlock full access