whh 27513a61ac feat: 增加answer异常判断 | 4 months ago | |
---|---|---|
.vscode | 5 months ago | |
public | 5 months ago | |
src | 4 months ago | |
.env.development | 5 months ago | |
.env.production | 5 months ago | |
.gitignore | 5 months ago | |
README.md | 5 months ago | |
env.d.ts | 5 months ago | |
index.html | 4 months ago | |
package-lock.json | 4 months ago | |
package.json | 4 months ago | |
postcss.config.js | 5 months ago | |
tailwind.config.js | 5 months ago | |
tsconfig.app.json | 5 months ago | |
tsconfig.json | 5 months ago | |
tsconfig.node.json | 5 months ago | |
vite.config.ts | 5 months ago | |
yarn.lock | 4 months ago |
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