vite自动生成路由
Go to file
Bunny 36240d1cba chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
.husky init 2024-05-08 13:43:24 +08:00
.vscode init 2024-05-08 13:43:24 +08:00
build chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
docker init 2024-05-08 13:43:24 +08:00
public init 2024-05-08 13:43:24 +08:00
src chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
typings chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +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
.gitignore init 2024-05-08 13:43:24 +08:00
.gitpod.yml chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
.lintstagedrc chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
.markdownlint.json chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
.prettierignore chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
.prettierrc.js chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
.stylelintignore chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +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 chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
components.d.ts chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
eslint.config.js chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
index.html init 2024-05-08 13:43:24 +08:00
lint-staged.config.js chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
package.json chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
postcss.config.js chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
stylelint.config.js chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
tailwind.config.ts chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +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
uno.config.ts chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
vite.config.ts chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +08:00
yarn.lock chore: 🔨 修改配置文件和规则文件 2024-05-11 23:42:38 +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.