# leafage-ui **Repository Path**: little3201/leafage-ui ## Basic Information - **Project Name**: leafage-ui - **Description**: 管理系统后台,基于vue、react - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://console.leafage.top - **GVP Project**: No ## Statistics - **Stars**: 38 - **Forks**: 20 - **Created**: 2020-07-14 - **Last Updated**: 2025-06-09 ## Categories & Tags **Categories**: cms **Tags**: vue3, React, Tailwind, unocss ## README # Leafage MS Integrated with [mswjs](https://mswjs.io) for mock request. ## Install the dependencies ```bash yarn # or npm install ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash yarn dev # or quasar dev ``` ### Lint the files ```bash yarn lint # or npm run lint ``` ### Build the app for production ```bash quasar build ``` ### Customize the configuration See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).