前端脚手架项目打包

项目打包

npm run build

安装serve 依赖

npm install -g serve

运行打包完的项目

serve build
原文地址:https://www.cnblogs.com/xuchao-blogs/p/15080688.html