No Description

wsp 8eec74bae2 分页优化 1 year ago
.vscode 14a03f5a4b 项目初始化 1 year ago
mock 14a03f5a4b 项目初始化 1 year ago
public 64166e2061 接口优化 1 year ago
scripts 14a03f5a4b 项目初始化 1 year ago
src 8eec74bae2 分页优化 1 year ago
.env.development 14a03f5a4b 项目初始化 1 year ago
.env.production 14a03f5a4b 项目初始化 1 year ago
.env.test 14a03f5a4b 项目初始化 1 year ago
.eslintrc.cjs 14a03f5a4b 项目初始化 1 year ago
.gitignore 14a03f5a4b 项目初始化 1 year ago
.prettierrc.json 14a03f5a4b 项目初始化 1 year ago
README.md 14a03f5a4b 项目初始化 1 year ago
auto-imports.d.ts 8aab185946 部分接口对接 1 year ago
components.d.ts 8eec74bae2 分页优化 1 year ago
env.d.ts 14a03f5a4b 项目初始化 1 year ago
index.html d8131baf2f 接口优化 1 year ago
package.json 14a03f5a4b 项目初始化 1 year ago
pnpm-lock.yaml 14a03f5a4b 项目初始化 1 year ago
public.zip 8aab185946 部分接口对接 1 year ago
tsconfig.app.json 14a03f5a4b 项目初始化 1 year ago
tsconfig.json 14a03f5a4b 项目初始化 1 year ago
tsconfig.node.json 14a03f5a4b 项目初始化 1 year ago
vite.config.ts 14a03f5a4b 项目初始化 1 year ago

README.md

vue-project

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

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint