shaogen1995 fba4b18513 first commit 2 дней назад
..
.vscode fba4b18513 first commit 2 дней назад
public fba4b18513 first commit 2 дней назад
src fba4b18513 first commit 2 дней назад
.editorconfig fba4b18513 first commit 2 дней назад
.env.development fba4b18513 first commit 2 дней назад
.env.production fba4b18513 first commit 2 дней назад
.gitattributes fba4b18513 first commit 2 дней назад
.gitignore fba4b18513 first commit 2 дней назад
.prettierrc.json fba4b18513 first commit 2 дней назад
README.md fba4b18513 first commit 2 дней назад
eslint.config.js fba4b18513 first commit 2 дней назад
index.html fba4b18513 first commit 2 дней назад
jsconfig.json fba4b18513 first commit 2 дней назад
package-lock.json fba4b18513 first commit 2 дней назад
package.json fba4b18513 first commit 2 дней назад
pnpm-lock.yaml fba4b18513 first commit 2 дней назад
vite.config.js fba4b18513 first commit 2 дней назад
vitest.config.js fba4b18513 first commit 2 дней назад

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