Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huibizhang/template-vite-vanilla-tailwind-v3
https://github.com/huibizhang/template-vite-vanilla-tailwind-v3
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/template-vite-vanilla-tailwind-v3
- Owner: huibizhang
- Created: 2022-02-06T20:35:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T08:59:01.000Z (over 2 years ago)
- Last Synced: 2024-07-31T22:37:21.834Z (3 months ago)
- Language: HTML
- Size: 25.4 KB
- Stars: 47
- Watchers: 1
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-vite-js-tailwind-v3
- **template of:** vite + vanilaJS
- **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`
```---