https://github.com/srect/harmony-uniapp-todolist
uniapp+vue3开发鸿蒙应用
https://github.com/srect/harmony-uniapp-todolist
Last synced: 4 months ago
JSON representation
uniapp+vue3开发鸿蒙应用
- Host: GitHub
- URL: https://github.com/srect/harmony-uniapp-todolist
- Owner: sRect
- License: mit
- Created: 2024-12-16T07:47:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T08:04:13.000Z (over 1 year ago)
- Last Synced: 2025-09-11T07:05:18.735Z (9 months ago)
- Language: Vue
- Size: 620 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uniapp harmony todolist demo
## tailwindcss编译
```bash
npx tailwindcss -i ./static/css/tailwind-input.css -o ./static/css/tailwind-output.css --watch
```