1 Star 2 Fork 0

无花果/vue3-admin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
无花果 提交于 2021-12-03 12:23 . feat: init vue3 admin template
{
"name": "vue3-admin-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"axios": "^0.24.0",
"core-js": "^3.6.5",
"element-plus": "^1.2.0-beta.5",
"js-cookie": "^3.0.1",
"vue": "^3.2.23",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"mockjs": "^1.1.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"sass": "^1.44.0",
"sass-loader": "^8.0.2",
"svg-sprite-loader": "^6.0.11"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/23745038/vue3-admin-template.git
[email protected]:23745038/vue3-admin-template.git
23745038
vue3-admin-template
vue3-admin-template
master

搜索帮助