Skip to content

chansee97/vite-vue3-starter

Repository files navigation

vite-vue3-starter

Virtuoso

A quick start template for a vue3 project, based on Vite, Unocss

English | 简体中文

Features

Usage

GitHub Template

Create a repo from this template on GitHub.

Development

# clone
git clone https://github.com/chansee97/vite-vue3-starter.git
# Installation of dependencies
pnpm i
# Development visit http://localhost:5200
pnpm dev
# Build
pnpm build