An open API service indexing awesome lists of open source software.

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

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
```

---