Нет описания

没心没肺 1daba82c04 commit лет назад: 5
build 72adb0d77b commit лет назад: 5
config 1daba82c04 commit лет назад: 5
src 1daba82c04 commit лет назад: 5
static 2f9804092b init лет назад: 6
.babelrc 2f9804092b init лет назад: 6
.editorconfig 2f9804092b init лет назад: 6
.eslintignore 2f9804092b init лет назад: 6
.eslintrc.js 2f9804092b init лет назад: 6
.gitignore 2f9804092b init лет назад: 6
.postcssrc.js 2f9804092b init лет назад: 6
.travis.yml 2f9804092b init лет назад: 6
LICENSE 2f9804092b init лет назад: 6
README.md 50cb02c568 readme лет назад: 6
favicon.ico 2f9804092b init лет назад: 6
index.html 2f9804092b init лет назад: 6
package.json 5844e7bb4c v-updata лет назад: 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