没心没肺 b1756ce664 commit | hace 5 años | |
---|---|---|
build | hace 5 años | |
config | hace 5 años | |
src | hace 5 años | |
static | hace 5 años | |
.babelrc | hace 5 años | |
.editorconfig | hace 5 años | |
.eslintignore | hace 5 años | |
.eslintrc.js | hace 5 años | |
.gitignore | hace 5 años | |
.postcssrc.js | hace 5 años | |
.travis.yml | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
favicon.ico | hace 5 años | |
index.html | hace 5 años | |
package.json | hace 5 años |
# Install dependencies
npm install
# 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 开发服务启动 192.168.1.58:9999
npm run dev
# 构建为测试环境
npm run build:dev
# 构建为生产环境
npm run build:prod
# 构建为生产环境,gzip压缩
npm run build:gzip
# 构建为生产环境,gzip压缩,并查看 report
npm run build:report