You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lxy
b6dbf000e0
feat: migrate business modules to Vue3
...
- Migrate system management pages: user, role, menu, dept, dict, notice, post, config
- Migrate booksystem pages: account, book, statistics, operations
- Migrate stocksystem pages: stocks, trends, stockindex, stockbasic
- Create corresponding API modules with TypeScript types
- Update router configuration with all module routes
- Add permission control (v-hasPermi directive) to all pages
3 weeks ago
..
.vscode
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
public
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
src
feat: migrate business modules to Vue3
3 weeks ago
.env.development
feat: setup core architecture (router, pinia, axios, permission)
3 weeks ago
.env.production
feat: setup core architecture (router, pinia, axios, permission)
3 weeks ago
.eslintrc.cjs
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
.gitignore
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
.prettierrc
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
README.md
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
index.html
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
package-lock.json
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
package.json
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
tsconfig.app.json
feat: migrate business modules to Vue3
3 weeks ago
tsconfig.json
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
tsconfig.node.json
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
vite.config.ts
feat: migrate business modules to Vue3
3 weeks ago
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide .