快速开始
# clone the repo
git clone https://github.com/GuangZhouShanyouGame/24haowan-workbench.git
# enter the directory
cd 24haowan-workbench
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
For detailed explanation on how things work, consult the docs for vue-loader.
打包整个项目
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report