wangfumin 99c1232ab4 修改 4 dagar sedan
..
.vscode 47e7374c1f first commit 5 dagar sedan
public 47e7374c1f first commit 5 dagar sedan
src 99c1232ab4 修改 4 dagar sedan
.editorconfig 47e7374c1f first commit 5 dagar sedan
.env.development 47e7374c1f first commit 5 dagar sedan
.env.production 47e7374c1f first commit 5 dagar sedan
.gitattributes 47e7374c1f first commit 5 dagar sedan
.gitignore 47e7374c1f first commit 5 dagar sedan
.prettierrc.json 47e7374c1f first commit 5 dagar sedan
README.md 47e7374c1f first commit 5 dagar sedan
eslint.config.js 47e7374c1f first commit 5 dagar sedan
index.html 47e7374c1f first commit 5 dagar sedan
jsconfig.json 47e7374c1f first commit 5 dagar sedan
package-lock.json 47e7374c1f first commit 5 dagar sedan
package.json 47e7374c1f first commit 5 dagar sedan
pnpm-lock.yaml 47e7374c1f first commit 5 dagar sedan
vite.config.js 47e7374c1f first commit 5 dagar sedan
vitest.config.js 47e7374c1f first commit 5 dagar sedan

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