|
hace 1 mes | |
---|---|---|
build | hace 1 año | |
public | hace 3 meses | |
src | hace 1 mes | |
static | hace 1 año | |
.editorconfig | hace 1 año | |
.env.development | hace 1 año | |
.env.production | hace 1 año | |
.env.staging | hace 1 año | |
.eslintignore | hace 1 año | |
.eslintrc.js | hace 1 año | |
.gitignore | hace 1 año | |
.travis.yml | hace 1 año | |
Jenkinsfile | hace 1 año | |
LICENSE | hace 1 año | |
README-zh.md | hace 1 año | |
README.md | hace 1 año | |
babel.config.js | hace 1 año | |
jest.config.js | hace 1 año | |
jsconfig.json | hace 1 año | |
package.json | hace 3 meses | |
pnpm-lock.yaml | hace 4 meses | |
postcss.config.js | hace 1 año | |
vue.config.js | hace 1 año | |
yarn.lock | hace 3 meses |
# 安装依赖
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