sunxiao 5e0fa5453f feat: 更换首页图片 | 2 天之前 | |
---|---|---|
.vscode | 6 月之前 | |
deploy | 1 周之前 | |
public | 1 周之前 | |
src | 2 天之前 | |
.env.development | 1 周之前 | |
.env.production | 1 周之前 | |
.env.test | 1 周之前 | |
.gitignore | 4 月之前 | |
README.md | 6 月之前 | |
auto-imports.d.ts | 2 月之前 | |
components.d.ts | 1 周之前 | |
env.d.ts | 5 月之前 | |
index.html | 2 月之前 | |
package-lock.json | 1 周之前 | |
package.json | 1 周之前 | |
postcss.config.js | 6 月之前 | |
tailwind.config.js | 5 月之前 | |
tsconfig.app.json | 6 月之前 | |
tsconfig.json | 6 月之前 | |
tsconfig.node.json | 6 月之前 | |
vite.config.ts | 2 月之前 | |
vite.config.ts.timestamp-1719915060984-6fabe9de1b68c.mjs | 4 月之前 | |
vite.config.ts.timestamp-1720486813773-2c95633e7e6a2.mjs | 4 月之前 |
This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur).
.vue
Imports in TSTypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue
types.
See Vite Configuration Reference.
npm install
npm run dev
npm run build