适配底座2.1前端

zhaoke c01a751270 修改权限配置新增删除权限传值为空的问题 11 months ago
build 1f3f9809e0 初始化 1 year ago
public bf978517b2 修改 1 year ago
src c01a751270 修改权限配置新增删除权限传值为空的问题 11 months ago
static 1f3f9809e0 初始化 1 year ago
.editorconfig 47f06d7015 d 1 year ago
.eslintignore 47f06d7015 d 1 year ago
.eslintrc.js 47f06d7015 d 1 year ago
.gitignore 47f06d7015 d 1 year ago
.travis.yml 47f06d7015 d 1 year ago
README-zh.md 47f06d7015 d 1 year ago
README.md 47f06d7015 d 1 year ago
babel.config.js 47f06d7015 d 1 year ago
jest.config.js 47f06d7015 d 1 year ago
jsconfig.json 47f06d7015 d 1 year ago
package.json de747ac0dc 服务新增修改 1 year ago
pnpm-lock.yaml de747ac0dc 服务新增修改 1 year ago
postcss.config.js 47f06d7015 d 1 year ago
vue.config.js 0b1ce37c4b 删除文件 1 year ago

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