plg 78aec67043 修改测试完成后未显示测试记录未读条数 | преди 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 | преди 1 месец | |
package-lock.json | преди 2 месеца | |
package.json | преди 3 седмици | |
tsconfig.app.json | преди 4 месеца | |
tsconfig.json | преди 4 месеца | |
tsconfig.node.json | преди 4 месеца | |
vite.config.ts | преди 3 седмици |
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