vite自动生成路由
Go to file
bunny 45e2dc6cd5 fix: 🧩 自动路由添加到子路由模板 2024-05-08 16:02:48 +08:00
.husky init 2024-05-08 13:43:24 +08:00
.vscode init 2024-05-08 13:43:24 +08:00
docker init 2024-05-08 13:43:24 +08:00
public init 2024-05-08 13:43:24 +08:00
src fix: 🧩 自动路由添加到子路由模板 2024-05-08 16:02:48 +08:00
.editorconfig init 2024-05-08 13:43:24 +08:00
.env init 2024-05-08 13:43:24 +08:00
.env.development init 2024-05-08 13:43:24 +08:00
.env.production init 2024-05-08 13:43:24 +08:00
.env.test init 2024-05-08 13:43:24 +08:00
.eslintignore ci: 🎡 修改格式化工具 2024-05-08 13:46:59 +08:00
.eslintrc.js init 2024-05-08 13:43:24 +08:00
.gitignore init 2024-05-08 13:43:24 +08:00
.prettierignore init 2024-05-08 13:43:24 +08:00
.prettierrc.js ci: 🎡 修改格式化工具 2024-05-08 13:46:59 +08:00
.stylelintignore ci: 🎡 修改格式化工具 2024-05-08 13:46:59 +08:00
.stylelintrc.js fix: 🧩 自动路由添加到子路由模板 2024-05-08 16:02:48 +08:00
LICENSE init 2024-05-08 13:43:24 +08:00
README.md init 2024-05-08 13:43:24 +08:00
commitlint.config.js init 2024-05-08 13:43:24 +08:00
index.html init 2024-05-08 13:43:24 +08:00
lint-staged.config.js fix: 🧩 自动路由添加到子路由模板 2024-05-08 16:02:48 +08:00
package-lock.json fix: 🧩 自动路由添加到子路由模板 2024-05-08 16:02:48 +08:00
package.json fix: 🧩 自动路由添加到子路由模板 2024-05-08 16:02:48 +08:00
tsconfig.json init 2024-05-08 13:43:24 +08:00
tsconfig.node.json init 2024-05-08 13:43:24 +08:00
vite.config.ts fixbug: 🐛 路由显示问题和vue模板保持一致 2024-05-08 14:18:50 +08:00

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.

  • VS Code + Vue - Official (previously Volar) and disable Vetur

  • Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.