Skip to content

imddc/vauch

Repository files navigation

Vauch

preview

preview-vauch

Why i created this project

  1. person's habit
  2. create Vue projects faster and more conveniently
  3. git commit specification

Features

  • file base routing
  • components auto importing
  • apis auto importing
  • dev tools
  • typescript
  • deploy on vercel, zero-config

Pre-packed

  • unocss
  • vue-router
  • pinia
  • vueuse
  • vitest

Usage

development

run and visit localhost:9527

 pnpm install
 pnpm dev

build

 pnpm build

And you will see the generated file in dist that ready to be served.