vite自动生成路由
Go to file
bunny 06b5c3389d ci: 🎡 修改格式化工具 2024-05-08 13:46:59 +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 init 2024-05-08 13:43:24 +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 ci: 🎡 修改格式化工具 2024-05-08 13:46:59 +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 ci: 🎡 修改格式化工具 2024-05-08 13:46:59 +08:00
package-lock.json init 2024-05-08 13:43:24 +08:00
package.json ci: 🎡 修改格式化工具 2024-05-08 13:46:59 +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 init 2024-05-08 13:43:24 +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.