# CasaOS-UI **Repository Path**: icewhale-team/CasaOS-UI ## Basic Information - **Project Name**: CasaOS-UI - **Description**: The front-end of CasaOS,build with VueJS - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-08-30 - **Last Updated**: 2024-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CasaOS-UI The web-gui of CasaOS, build with VueJS 2.x ## 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 ``` ### Use the openapi generator to generate the api client ``` yarn openapi ```