A simple scaffolding Vue.js Project
Prerequisites: Node.js (8.x preferred), npm (5.x preferred) and Git terminal.
git clone https://github.com/MGTfang/vue-h5-spa-startkit.git
npm install # execute install command after enter main directory
npm run dev # run on dev model, access url: http://localhost:8888/
npm run build # build prject, then we can package "index_prod.html" file and "dist" directory together