No Description

panhui 6459abe171 . 2 years ago
.vscode d1202bfa20 项目 2 years ago
public 5c5caf38de 项目 2 years ago
src 6459abe171 . 2 years ago
.env.development afc61ea228 更新 2 years ago
.env.production afc61ea228 更新 2 years ago
.eslintrc.cjs d1202bfa20 项目 2 years ago
.gitignore d1202bfa20 项目 2 years ago
.prettierrc.js d1202bfa20 项目 2 years ago
README.md 5fba2629fd first commit 2 years ago
index.html 5c5caf38de 项目 2 years ago
package-lock.json d1202bfa20 项目 2 years ago
package.json d1202bfa20 项目 2 years ago
vite.config.js 6459abe171 . 2 years ago
vitest.config.js d1202bfa20 项目 2 years ago
yarn.lock d1202bfa20 项目 2 years ago

README.md

raex_pc

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

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint