wangfumin d4d1428c41 修改水印功能 1 month ago
..
.vscode 47e7374c1f first commit 4 months ago
public abfa15439f 新增水印图片 1 month ago
src d4d1428c41 修改水印功能 1 month ago
.editorconfig 47e7374c1f first commit 4 months ago
.env.development 161f7b7c47 新增水印功能 1 month ago
.env.production 47e7374c1f first commit 4 months ago
.gitattributes 47e7374c1f first commit 4 months ago
.gitignore 47e7374c1f first commit 4 months ago
.prettierrc.json 47e7374c1f first commit 4 months ago
README.md 47e7374c1f first commit 4 months ago
eslint.config.js 47e7374c1f first commit 4 months ago
index.html 47e7374c1f first commit 4 months ago
jsconfig.json 47e7374c1f first commit 4 months ago
package-lock.json 47e7374c1f first commit 4 months ago
package.json 935de82798 修改 3 months ago
pnpm-lock.yaml 935de82798 修改 3 months ago
vite.config.js 47e7374c1f first commit 4 months ago
vitest.config.js 47e7374c1f first commit 4 months ago

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