plg 86d4fea413 修改认知任务测试计划 | пре 1 месец | |
---|---|---|
.vscode | пре 4 месеци | |
public | пре 4 месеци | |
src | пре 1 месец | |
.eslintrc.cjs | пре 4 месеци | |
.gitignore | пре 4 месеци | |
.prettierrc.json | пре 4 месеци | |
README.md | пре 4 месеци | |
env.d.ts | пре 4 месеци | |
favicon.png | пре 3 месеци | |
index.html | пре 2 месеци | |
package-lock.json | пре 1 месец | |
package.json | пре 1 месец | |
tsconfig.app.json | пре 4 месеци | |
tsconfig.json | пре 4 месеци | |
tsconfig.node.json | пре 4 месеци | |
vite.config.ts | пре 4 месеци |
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