https://github.com/huibizhang/ithelp-ironman2021-day26-practice-project
https://github.com/huibizhang/ithelp-ironman2021-day26-practice-project
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/ithelp-ironman2021-day26-practice-project
- Owner: huibizhang
- Created: 2021-09-27T15:36:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T15:36:10.000Z (about 4 years ago)
- Last Synced: 2025-03-17T01:27:27.804Z (8 months ago)
- Language: Vue
- Homepage: ithelp-ironman2021-day26-practice-project.vercel.app
- Size: 34.2 KB
- Stars: 1
- 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:** v2.2.7
## 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
```
---