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