Skip to content

Quick Start

Vite VersionVue VersionElement Plus VersionGithub

Development Tools

We recommend using VSCode for project development. Vite TS Starter (VTS) supports extensions like ESLint and UnoCSS with IntelliSense features to help improve development efficiency.

Prerequisites

Clone the Repository

sh
git clone https://github.com/pdsuwwz/vite-ts-starter.git

Install Dependencies

sh
$ pnpm i

Local Development

sh
$ pnpm dev

Then open your browser and visit http://localhost:5173 to access the service

Unit Testing

  • Run unit tests
bash
$ pnpm test
  • Run coverage tests
bash
$ pnpm test:coverage