数据推送中心用户端

wangfumin 6132ffa032 Initial commit vor 2 Monaten
.vscode 6132ffa032 Initial commit vor 2 Monaten
public 6132ffa032 Initial commit vor 2 Monaten
src 6132ffa032 Initial commit vor 2 Monaten
.editorconfig 6132ffa032 Initial commit vor 2 Monaten
.env.development 6132ffa032 Initial commit vor 2 Monaten
.env.production 6132ffa032 Initial commit vor 2 Monaten
.gitattributes 6132ffa032 Initial commit vor 2 Monaten
.gitignore 6132ffa032 Initial commit vor 2 Monaten
.prettierrc.json 6132ffa032 Initial commit vor 2 Monaten
README.md 6132ffa032 Initial commit vor 2 Monaten
eslint.config.js 6132ffa032 Initial commit vor 2 Monaten
index.html 6132ffa032 Initial commit vor 2 Monaten
jsconfig.json 6132ffa032 Initial commit vor 2 Monaten
package-lock.json 6132ffa032 Initial commit vor 2 Monaten
package.json 6132ffa032 Initial commit vor 2 Monaten
pnpm-lock.yaml 6132ffa032 Initial commit vor 2 Monaten
vite.config.js 6132ffa032 Initial commit vor 2 Monaten
vitest.config.js 6132ffa032 Initial commit vor 2 Monaten

README.md

hhbang-book

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

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint