相关文档
# 安装依赖,先进入项目目录,运行
cnpm i
# 安装完成后,执行开发环境的服务启动
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.