Skip to main content

环境配置

安装所有依赖#

npm install

运行开发服务器,可以用来调整UI布局#

npm run server

打包带source map的dev bundle#

npm run dev

打包生产bundle#

npm run build
Last updated on by EdIfiMr