sunxiao 71eebc8831 feat: 更换工作台背景图片 | 1 settimana fa | |
---|---|---|
.vscode | 6 mesi fa | |
deploy | 2 settimane fa | |
public | 2 settimane fa | |
src | 1 settimana fa | |
.env.development | 2 settimane fa | |
.env.production | 1 settimana fa | |
.env.test | 2 settimane fa | |
.gitignore | 4 mesi fa | |
README.md | 6 mesi fa | |
auto-imports.d.ts | 2 mesi fa | |
components.d.ts | 3 settimane fa | |
env.d.ts | 6 mesi fa | |
index.html | 3 mesi fa | |
package-lock.json | 2 settimane fa | |
package.json | 2 settimane fa | |
postcss.config.js | 6 mesi fa | |
tailwind.config.js | 6 mesi fa | |
tsconfig.app.json | 6 mesi fa | |
tsconfig.json | 6 mesi fa | |
tsconfig.node.json | 6 mesi fa | |
vite.config.ts | 2 mesi fa | |
vite.config.ts.timestamp-1719915060984-6fabe9de1b68c.mjs | 4 mesi fa | |
vite.config.ts.timestamp-1720486813773-2c95633e7e6a2.mjs | 4 mesi fa |
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