Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huibizhang/template-vite-vue-ts-tailwind-v3
https://github.com/huibizhang/template-vite-vue-ts-tailwind-v3
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/template-vite-vue-ts-tailwind-v3
- Owner: huibizhang
- Created: 2022-01-27T15:07:12.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T08:59:18.000Z (over 2 years ago)
- Last Synced: 2024-07-31T22:37:28.805Z (3 months ago)
- Language: Vue
- Size: 21.5 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-vite-vue-ts-tailwind-v3
- **template of:** vite + vue + typescript
- **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`
```---