https://github.com/huibizhang/template-vuecli-tailwind-jit
vuecli-tailwind-jit-template
https://github.com/huibizhang/template-vuecli-tailwind-jit
Last synced: 7 months ago
JSON representation
vuecli-tailwind-jit-template
- Host: GitHub
- URL: https://github.com/huibizhang/template-vuecli-tailwind-jit
- Owner: huibizhang
- Created: 2021-07-14T09:52:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T18:09:50.000Z (over 3 years ago)
- Last Synced: 2025-01-23T11:25:18.081Z (9 months ago)
- Language: Vue
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-vuecli-tailwind-jit
- **template of:** vue-cli + vue3
- **posrcss ver:** 7
- **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
```---
![]()