root 08b84a1780 Merge branch 'master' of http://101.43.129.26:10880/psychological_camera/cpdm_pc | 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