Skip to content

Commit

Permalink
feat(projects): Synchronize role management and menu management (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 authored May 19, 2024
1 parent 4ace496 commit 7943ce2
Show file tree
Hide file tree
Showing 16 changed files with 973 additions and 9,982 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "soybean-admin-antd",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@9.0.5",
"description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.",
"author": {
"name": "Soybean",
Expand All @@ -27,6 +26,10 @@
"ant-design-vue v4",
"UnoCSS"
],
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.7.0"
},
"scripts": {
"build": "vite build --mode prod",
"build:test": "vite build --mode test",
Expand Down
Loading

0 comments on commit 7943ce2

Please sign in to comment.