A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm testFor a detailed explanation on how things work, check out the guide and docs for vue-loader.
Download nginx and use it to reverse proxy our website .
Using the fellowing instruction to package our frontend pages .
npm run buildAfter building , the folder "dist" will generate and move it to the " nginx/html " in your server .
mv dist nginx/html
Finally , using fellowing intruction to reload the info about the web page .
nginx -s reload
For more detail , you can check out the Nginx Deployment Guides and vue-cil Delopyment.