Açıklama Yok

没心没肺 1daba82c04 commit 5 yıl önce
build 72adb0d77b commit 5 yıl önce
config 1daba82c04 commit 5 yıl önce
src 1daba82c04 commit 5 yıl önce
static 2f9804092b init 6 yıl önce
.babelrc 2f9804092b init 6 yıl önce
.editorconfig 2f9804092b init 6 yıl önce
.eslintignore 2f9804092b init 6 yıl önce
.eslintrc.js 2f9804092b init 6 yıl önce
.gitignore 2f9804092b init 6 yıl önce
.postcssrc.js 2f9804092b init 6 yıl önce
.travis.yml 2f9804092b init 6 yıl önce
LICENSE 2f9804092b init 6 yıl önce
README.md 50cb02c568 readme 6 yıl önce
favicon.ico 2f9804092b init 6 yıl önce
index.html 2f9804092b init 6 yıl önce
package.json 5844e7bb4c v-updata 5 yıl önce

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