1 Star 0 Fork 1

安装 / ASL-UI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
aslkami 提交于 2023-04-15 22:51 . feature: 组件库搭建
{
"name": "asl-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "pnpm -C docs dev",
"dev": "pnpm -C play dev ",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.11.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"mrm": "^4.1.14",
"sass": "^1.62.0",
"typescript": "^5.0.4",
"unplugin-vue-define-options": "^1.3.3",
"vue": "^3.2.47"
},
"dependencies": {
"@asl-ui/components": "workspace:*",
"@asl-ui/theme-chalk": "workspace:*",
"@asl-ui/utils": "workspace:*"
},
"lint-staged": {
"packages/**/*.(js|ts)": "eslint --cache --fix"
}
}
1
https://gitee.com/aslkami/asl-ui.git
git@gitee.com:aslkami/asl-ui.git
aslkami
asl-ui
ASL-UI
master

搜索帮助