Нет описания

没心没肺 b1756ce664 commit лет назад: 5
build c637dedac8 commit лет назад: 5
config b2b211093e commit лет назад: 5
src b1756ce664 commit лет назад: 5
static c637dedac8 commit лет назад: 5
.babelrc 899ae60c87 first лет назад: 5
.editorconfig 899ae60c87 first лет назад: 5
.eslintignore 899ae60c87 first лет назад: 5
.eslintrc.js 899ae60c87 first лет назад: 5
.gitignore 899ae60c87 first лет назад: 5
.postcssrc.js 899ae60c87 first лет назад: 5
.travis.yml 899ae60c87 first лет назад: 5
LICENSE 899ae60c87 first лет назад: 5
README.md 899ae60c87 first лет назад: 5
favicon.ico 899ae60c87 first лет назад: 5
index.html c637dedac8 commit лет назад: 5
package.json c637dedac8 commit лет назад: 5

README.md

报表系统

Build Setup


# 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