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