https://github.com/huibizhang/pccu-life-widget
https://github.com/huibizhang/pccu-life-widget
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/pccu-life-widget
- Owner: huibizhang
- Created: 2022-02-10T18:45:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T14:50:38.000Z (over 3 years ago)
- Last Synced: 2025-01-23T11:25:42.964Z (10 months ago)
- Language: Vue
- Homepage: pccu-life-widget.vercel.app
- Size: 59.5 MB
- 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:** 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
```
---