if cant start dev env , please run following commands
npm i -save-dev html-webpack-plugin@next
npm i -save-dev vue-loader@14.2.2
npm i prettier@~1.12.1# install dependencies
npm install
# build for production with minification
npm run build
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev