Skip to content

Commit

Permalink
打好框架
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakiRain committed Jan 9, 2023
1 parent 18e01d5 commit 6dae25f
Show file tree
Hide file tree
Showing 52 changed files with 3,791 additions and 155 deletions.
1,729 changes: 1,729 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.45"
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.15",
"axios": "^1.2.2",
"nprogress": "^0.2.0",
"pinia": "^2.0.28",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
}
}
}
Loading

0 comments on commit 6dae25f

Please sign in to comment.