1 Star 0 Fork 0

艷華/naiveui-vue-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
zengyanhua 提交于 2022-01-24 13:05 . chore: 修改icon
{
"name": "vite-admin-template",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint ./src/**/*.{vue,js,ts,jsx,tsx} --fix",
"prepare": "husky install",
"svgo": "svgo -f src/icons/svg --config=svgo.config.ts"
},
"dependencies": {
"axios": "^0.24.0",
"js-cookie": "^3.0.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"vue": "^3.2.25",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/node": "^17.0.6",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-vue": "^2.0.0",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-vue": "^8.2.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.4",
"naive-ui": "^2.23.2",
"sass": "^1.45.2",
"svgo": "^2.8.0",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-svg-icons": "^1.1.0",
"vite-plugin-windicss": "^1.6.3",
"vue-tsc": "^0.29.8",
"windicss": "^3.4.3"
},
"lint-staged": {
"*.{vue,js,ts,jsx,tsx}": [
"npm run lint"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zyhua/naiveui-vue-template.git
git@gitee.com:zyhua/naiveui-vue-template.git
zyhua
naiveui-vue-template
naiveui-vue-template
master

搜索帮助