1 Star 0 Fork 0

胡飞/Vue3-Admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
胡飞 提交于 2023-02-15 12:56 . tj
{
"name": "vue3-shop",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^0.27.2",
"element-plus": "^2.2.30",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.14",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/js-cookie": "^3.0.2",
"@types/node": "^16.11.36",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"typescript": "~4.7.2",
"vite": "^2.9.9",
"vue-tsc": "^0.35.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kaka200228/vue3-admin.git
git@gitee.com:kaka200228/vue3-admin.git
kaka200228
vue3-admin
Vue3-Admin
master

搜索帮助