https://github.com/huibizhang/template-vuecli5-tailwind-jit
https://github.com/huibizhang/template-vuecli5-tailwind-jit
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/template-vuecli5-tailwind-jit
- Owner: huibizhang
- Created: 2021-08-04T00:19:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T18:09:55.000Z (over 3 years ago)
- Last Synced: 2025-01-23T11:25:29.516Z (9 months ago)
- Language: Vue
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-vuecli5-tailwind-jit
- **template of:** vue-cli 5-beta + vue3
- **postcss ver:** 8
- **tailwindcss:** `^2.2.19`## Started
with npm:
```bash
npm install
```
with yarn:
```bash
yarn
```---
## Develop
with npm:
```bash
npm run serve
```
with yarn:
```bash
yarn serve
```---
## Build
with npm:
```bash
npm run build
```
with yarn:
```bash
yarn build
```---
![]()