Quick Start
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
- Node.js version 18.12.x or above
- Pnpm version 9.x or above
- VSCode Extensions
- Official Vue Extension
- UnoCSS Extension
- Iconify Extension
- Stylelint Extension
- ESLint Extension >= v3.0.5 (pre-release)
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