https://github.com/wolfterro/catfm-desktop
CatFM Application for Desktop
https://github.com/wolfterro/catfm-desktop
Last synced: 4 months ago
JSON representation
CatFM Application for Desktop
- Host: GitHub
- URL: https://github.com/wolfterro/catfm-desktop
- Owner: Wolfterro
- License: mit
- Created: 2025-03-04T21:45:20.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-03-04T21:53:54.000Z (8 months ago)
- Last Synced: 2025-06-02T22:52:12.326Z (5 months ago)
- Language: Vue
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# catfm-desktop
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).