Nenhuma descrição

zero b88a570572 请求时间修改 1 semana atrás
.vscode b4d42021a7 首次创建 2 semanas atrás
public b4d42021a7 首次创建 2 semanas atrás
src b88a570572 请求时间修改 1 semana atrás
.editorconfig b4d42021a7 首次创建 2 semanas atrás
.gitattributes b4d42021a7 首次创建 2 semanas atrás
.gitignore b4d42021a7 首次创建 2 semanas atrás
.prettierrc.json b4d42021a7 首次创建 2 semanas atrás
README.md b4d42021a7 首次创建 2 semanas atrás
env.d.ts b4d42021a7 首次创建 2 semanas atrás
eslint.config.ts b4d42021a7 首次创建 2 semanas atrás
index.html b4d42021a7 首次创建 2 semanas atrás
package-lock.json b4d42021a7 首次创建 2 semanas atrás
package.json b4d42021a7 首次创建 2 semanas atrás
tsconfig.app.json b4d42021a7 首次创建 2 semanas atrás
tsconfig.json b4d42021a7 首次创建 2 semanas atrás
tsconfig.node.json b4d42021a7 首次创建 2 semanas atrás
vite.config.ts 7088ab152a 接口匹配 2 semanas atrás

README.md

ids-translate-frontend

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VS Code + Vue (Official) (and disable Vetur).

Recommended Browser Setup

Type Support for .vue Imports in TS

TypeScript 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.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint