https://github.com/icewhaletech/casaos-localstorage-ui
https://github.com/icewhaletech/casaos-localstorage-ui
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icewhaletech/casaos-localstorage-ui
- Owner: IceWhaleTech
- Created: 2023-08-30T06:57:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T07:25:29.000Z (about 2 years ago)
- Last Synced: 2025-02-23T21:42:20.881Z (over 1 year ago)
- Language: Vue
- Size: 3.46 MB
- Stars: 3
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CasaOS-UI
The web-gui of CasaOS, build with VueJS 2.7
## Project setup
```
yarn
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
Will be output to the ./public folder
### Lints and fixes files
```
yarn lint
```