wangfumin 47e7374c1f first commit 1 week ago
..
.vscode 47e7374c1f first commit 1 week ago
public 47e7374c1f first commit 1 week ago
src 47e7374c1f first commit 1 week ago
.editorconfig 47e7374c1f first commit 1 week ago
.env.development 47e7374c1f first commit 1 week ago
.env.production 47e7374c1f first commit 1 week ago
.gitattributes 47e7374c1f first commit 1 week ago
.gitignore 47e7374c1f first commit 1 week ago
.prettierrc.json 47e7374c1f first commit 1 week ago
README.md 47e7374c1f first commit 1 week ago
eslint.config.js 47e7374c1f first commit 1 week ago
index.html 47e7374c1f first commit 1 week ago
jsconfig.json 47e7374c1f first commit 1 week ago
package-lock.json 47e7374c1f first commit 1 week ago
package.json 47e7374c1f first commit 1 week ago
pnpm-lock.yaml 47e7374c1f first commit 1 week ago
vite.config.js 47e7374c1f first commit 1 week ago
vitest.config.js 47e7374c1f first commit 1 week 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