plg 61ea7e028d 修改首页没登不调用接口 | 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 | 3 月之前 | |
package.json | 3 月之前 | |
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