1 Star 0 Fork 479

朱雀 / vue-devui

forked from DevUI / vue-devui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
scripts.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
Kagol 提交于 2022-09-07 18:05 . chore: refactor unit-test scripts
{
"$schema": "https://raw.githubusercontent.com/iamyoki/better-scripts/main/lib/schema.json",
"dev": {
"alias": "Dev",
"desc": "Start a development server",
"command": "pnpm --filter vue-devui dev"
},
"build": {
"alias": "Build",
"desc": "Build theme and docs",
"command": "pnpm --filter vue-devui build --reporter default"
},
"build:lib": {
"alias": "Build lib",
"desc": "Build components and release",
"command": "pnpm --filter vue-devui build:lib --reporter default"
},
"build:cli": {
"alias": "Build cli",
"desc": "Build devui-cli",
"command": "pnpm --filter devui-cli build"
},
"lints": {
"alias": "Lints",
"desc": "Select a lint script to run",
"scripts": {
"eslint": ["eslint \"packages/**/{*.vue,*.js,*.ts,*.jsx,*.tsx}\"", "Lint source files"],
"eslint:fix": ["eslint --fix \"packages/**/{*.vue,*.js,*.ts,*.jsx,*.tsx}\"", "Lint and fix source files"],
"stylelint": ["stylelint \"packages/**/{*.scss,*.css}\"", "Lint styles"],
"stylelint:fix": ["stylelint --fix \"packages/**/{*.scss,*.css}\"", "Lint and fix styles"]
}
},
"tests": {
"alias": "Tests",
"desc": "Select a test script to run",
"scripts": {
"test": ["pnpm --filter vue-devui test --reporter default", "Test vue-devui"],
"coverage": ["pnpm --filter vue-devui coverage", "Test vue-devui and gen coverage"]
}
}
}
TypeScript
1
https://gitee.com/rosefinch/vue-devui.git
git@gitee.com:rosefinch/vue-devui.git
rosefinch
vue-devui
vue-devui
dev

搜索帮助