https://github.com/huibizhang/template-vite-vue-tailwind-jit
https://github.com/huibizhang/template-vite-vue-tailwind-jit
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/template-vite-vue-tailwind-jit
- Owner: huibizhang
- Created: 2021-07-28T22:03:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T15:57:21.000Z (over 3 years ago)
- Last Synced: 2025-01-23T11:25:15.384Z (9 months ago)
- Language: Vue
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-vite-vue-tailwind-jit
- **template of:** vite + vue
- **tailwindcss:** `^2.2.19`## Started
with npm:
```bash
npm install
```
with yarn:
```bash
yarn
```---
## Develop
with npm:
```bash
npm run dev
```
with yarn:
```bash
yarn dev
```---
## Build
with npm:
```bash
npm run build
```
with yarn:
```bash
yarn build
```---
![]()