环境配置安装所有依赖#npm installCopy运行开发服务器,可以用来调整UI布局#npm run serverCopy打包带source map的dev bundle#npm run devCopy打包生产bundle#npm run buildCopy