plg 78aec67043 修改测试完成后未显示测试记录未读条数 | 1 nedēļu atpakaļ | |
---|---|---|
.vscode | 4 mēneši atpakaļ | |
public | 4 mēneši atpakaļ | |
src | 1 nedēļu atpakaļ | |
.eslintrc.cjs | 4 mēneši atpakaļ | |
.gitignore | 4 mēneši atpakaļ | |
.prettierrc.json | 4 mēneši atpakaļ | |
README.md | 4 mēneši atpakaļ | |
env.d.ts | 4 mēneši atpakaļ | |
favicon.png | 3 mēneši atpakaļ | |
index.html | 1 mēnesi atpakaļ | |
package-lock.json | 2 mēneši atpakaļ | |
package.json | 3 nedēļas atpakaļ | |
tsconfig.app.json | 4 mēneši atpakaļ | |
tsconfig.json | 4 mēneši atpakaļ | |
tsconfig.node.json | 4 mēneši atpakaļ | |
vite.config.ts | 3 nedēļas 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
npm run lint