An open API service indexing awesome lists of open source software.

https://github.com/oldpanda/my-vite-project

Starter project using Vite and DaisyUI
https://github.com/oldpanda/my-vite-project

daisyui typescript vite vue vue3

Last synced: about 1 month ago
JSON representation

Starter project using Vite and DaisyUI

Awesome Lists containing this project

README

          

# My Vite + DaisyUI Starter Project

This is the starter project using Vite and DaisyUI for frontend learner. The construction steps can be found at [this post](https://old-panda.com/2023/02/12/how-to-quickly-setup-a-frontend-project-using-vite-and-daisyui/).

## Project Setup
```
pnpm install
```

## Compile and Hot-Reload for Development
```
pnpm run dev
```

## Type-Check, Compile and Minify for Production
```
pnpm run build
```

## Run Unit Tests with Vitest
```
pnpm run test:unit
```