1 Star 0 Fork 27

陨落人间/agile-admin

forked from gumingchen/agile-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
gumingchen 提交于 2024-07-07 16:52 . update
{
"name": "vue3-element-plus-admin",
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development --host",
"prod": "vite --mode production",
"test": "vite --mode testing",
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production",
"build:test": "vite build --mode testing",
"deploy": "vite build --mode production && cross-env NODE_ENV=production node ./deploy",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.7.2",
"codemirror-editor-vue3": "^2.1.7",
"element-plus": "^2.7.2",
"js-cookie": "^3.0.5",
"json-editor-vue3": "^1.0.8",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"spark-md5": "^3.0.2",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"cross-env": "^7.0.3",
"echarts": "^5.4.2",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"ora": "^5.4.1",
"qs": "^6.11.1",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"scp2": "^0.5.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.3",
"vite-plugin-vue-devtools": "^7.3.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/im286er/agile-admin.git
git@gitee.com:im286er/agile-admin.git
im286er
agile-admin
agile-admin
master

搜索帮助