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.
RuoYi-Vue/ruoyi-ui-next
Lxy 2eb6a4444e
feat: setup core architecture (router, pinia, axios, permission)
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: setup core architecture (router, pinia, axios, permission) 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: setup core architecture (router, pinia, axios, permission) 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: implement dark theme with Element Plus 3 weeks ago

README.md

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.