plg ebb5b6204b 修改文件--获取服务器时间--修改图标大小 | 2 settimane fa | |
---|---|---|
.vscode | 4 mesi fa | |
public | 4 mesi fa | |
src | 2 settimane fa | |
.eslintrc.cjs | 4 mesi fa | |
.gitignore | 4 mesi fa | |
.prettierrc.json | 4 mesi fa | |
README.md | 4 mesi fa | |
env.d.ts | 4 mesi fa | |
favicon.png | 3 mesi fa | |
index.html | 1 mese fa | |
package-lock.json | 1 mese fa | |
package.json | 2 settimane fa | |
tsconfig.app.json | 4 mesi fa | |
tsconfig.json | 4 mesi fa | |
tsconfig.node.json | 4 mesi fa | |
vite.config.ts | 2 settimane 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
npm run lint