数据推送中心用户端

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

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