A Vue.js project
# 在根目录安装依赖
npm install
# server为后端
cd server 进入server
node index 启动后台
# 运行 at localhost:8080
npm run dev
# 项目打包
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.