国航行李数据 底座1.0

zhaoke df8bb5807e 添加按钮权限 il y a 2 ans
build f91f2233b5 提交 il y a 2 ans
mock f91f2233b5 提交 il y a 2 ans
public 146427205a 统计图表修改 il y a 2 ans
src df8bb5807e 添加按钮权限 il y a 2 ans
.editorconfig f91f2233b5 提交 il y a 2 ans
.env.development f91f2233b5 提交 il y a 2 ans
.env.production f91f2233b5 提交 il y a 2 ans
.env.staging f91f2233b5 提交 il y a 2 ans
.eslintignore f91f2233b5 提交 il y a 2 ans
.eslintrc.js b3da142511 统计视图-图标修改 il y a 2 ans
.gitignore 5960b4773d 高级查询-添加字段,行李视图-悬浮显示报文 il y a 2 ans
.travis.yml f91f2233b5 提交 il y a 2 ans
Jenkinsfile e3be7a6e34 Added Jenkinsfile il y a 2 ans
LICENSE f91f2233b5 提交 il y a 2 ans
README-zh.md b12f9a864e 表格导出修改 il y a 2 ans
README.md 6df59155b8 2 il y a 2 ans
babel.config.js f91f2233b5 提交 il y a 2 ans
jest.config.js f91f2233b5 提交 il y a 2 ans
jsconfig.json f91f2233b5 提交 il y a 2 ans
package.json b12f9a864e 表格导出修改 il y a 2 ans
postcss.config.js f91f2233b5 提交 il y a 2 ans
vue.config.js 586fc86c8b 123 il y a 2 ans

README-zh.md

Build Setup

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:9528

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod

其它

# 预览发布环境效果
npm run preview

# 预览发布环境效果 + 静态资源分析
npm run preview -- --report

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix

注意

# 表格导出使用的xlsx-style插件需要修改dist/cpexcel.js第807行
var cpt = require('./cpt' + 'able')
改成
var cpt = cptable