sunxiao 69c532700d feat: 碳排放bug修改 | 1 mēnesi atpakaļ | |
---|---|---|
.vscode | 5 mēneši atpakaļ | |
deploy | 4 mēneši atpakaļ | |
public | 4 mēneši atpakaļ | |
src | 1 mēnesi atpakaļ | |
.env.development | 1 mēnesi atpakaļ | |
.env.production | 4 mēneši atpakaļ | |
.env.test | 4 mēneši atpakaļ | |
.gitignore | 4 mēneši atpakaļ | |
README.md | 5 mēneši atpakaļ | |
auto-imports.d.ts | 2 mēneši atpakaļ | |
components.d.ts | 2 mēneši atpakaļ | |
env.d.ts | 5 mēneši atpakaļ | |
index.html | 2 mēneši atpakaļ | |
package-lock.json | 2 mēneši atpakaļ | |
package.json | 2 mēneši atpakaļ | |
postcss.config.js | 5 mēneši atpakaļ | |
tailwind.config.js | 5 mēneši atpakaļ | |
tsconfig.app.json | 5 mēneši atpakaļ | |
tsconfig.json | 5 mēneši atpakaļ | |
tsconfig.node.json | 5 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