# quasar-components-generator **Repository Path**: chendingdong/quasar-components-generator ## Basic Information - **Project Name**: quasar-components-generator - **Description**: 代码生成神器:一个可以定制化生成通用代码的前端可视化项目 项目在开发过程中常常遇到一些高频的通用型功能代码,此项目旨在通过可视化的方式对echarts、element-plus、Quasar等UI框架进行配置生成相应的代码后,复制或者下载代码后使用于项目中,从而提高开发效率。其具备高度灵活性、可扩展性。 更多UI框架敬请期待。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-07 - **Last Updated**: 2023-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quasar App (quasar-project) A Quasar Project ## Install the dependencies ```bash yarn # or npm install ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` ### Lint the files ```bash yarn lint # or npm run lint ``` ### Format the files ```bash yarn format # or npm run format ``` ### 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).