Ecosyste.ms: Awesome

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

https://github.com/huibizhang/template-vite-vue-tailwind-v3


https://github.com/huibizhang/template-vite-vue-tailwind-v3

Last synced: about 1 month ago
JSON representation

Lists

README

        

# template-vite-vue-tailwind-v3

- **template of:** vite + vue
- **tailwindcss:** v3.x

## Started
```bash
yarn
# or `npm install`
```

---
## Develop
```bash
yarn dev
# or `npm run dev`
```

---
## Build
```bash
yarn build
# or `npm run build`
```

---