适配底座2.1前端

zhaoke b807ee0adf 修改 1 rok temu
build 1f3f9809e0 初始化 1 rok temu
public 94fe6bc304 修改appid 1 rok temu
src b807ee0adf 修改 1 rok temu
static 1f3f9809e0 初始化 1 rok temu
.editorconfig 47f06d7015 d 1 rok temu
.eslintignore 47f06d7015 d 1 rok temu
.eslintrc.js 47f06d7015 d 1 rok temu
.gitignore 47f06d7015 d 1 rok temu
.travis.yml 47f06d7015 d 1 rok temu
README-zh.md 47f06d7015 d 1 rok temu
README.md 47f06d7015 d 1 rok temu
babel.config.js 47f06d7015 d 1 rok temu
jest.config.js 47f06d7015 d 1 rok temu
jsconfig.json 47f06d7015 d 1 rok temu
package.json 2c96aa5f5c 登录和逻辑修改 1 rok temu
pnpm-lock.yaml 2c96aa5f5c 登录和逻辑修改 1 rok temu
postcss.config.js 47f06d7015 d 1 rok temu
vue.config.js 0b1ce37c4b 删除文件 1 rok temu

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