# iHarbor Front **Repository Path**: cstcloud-cnic/iharbor-front ## Basic Information - **Project Name**: iHarbor Front - **Description**: iHarbor对象存储web前端,采用Vue.js 3.2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-18 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iHarbor Front (iharbor-front) Web front-end of iHarbor ## Install the dependencies ```bash npm install ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` ### Lint the files ```bash npm run lint ``` ### Build the app for production ```bash quasar build ``` ### Customize the configuration See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).