# view-ui-admin-pro **Repository Path**: sillybear/view-ui-admin-pro ## Basic Information - **Project Name**: view-ui-admin-pro - **Description**: view-ui-admin-pro, vue3 中后台解决方案 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-09-06 - **Last Updated**: 2023-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
SmartSQL

view-ui-admin-pro

⚡一款基于View Ui Plus组合的中后台框架
### 🚩 一、项目介绍 view-ui-admin-pro 是参照`Admin Plus`模板样式,通过使用`View Ui Plus`组件。 ##### 🏅开源地址 [![Gitee](https://img.shields.io/badge/gitee-hehe-green)](https://gitee.com/qq_connect-520/view-ui-admin-pro/tree/master)
### 💪 二、作者 [![作者](https://img.shields.io/badge/gitee-hehe-green)](https://gitee.com/qq_connect-520) ### 🍻 三、贡献代码 - `view-ui-admin-pro` 遵循 `MIT` 开源协议,欢迎大家提交 `PR` 或 `Issue`。 ### ❓ 附一、常见问题 ## Install ```shell npm install ``` ## Run ```shell npm run serve ``` ## Build ### Build for Production ```shell npm run build ``` ### Build for Staging ```shell npm run build:staging ``` ## Run Eslint ### Run without Fixing - This operation will also run before git-commit. ```shell npm run lint ``` ### Run with Fixing ```shell npm run lint:fix ``` ## .env Description - This project exposes environment variables on `process.env` object. - Different modes (development/staging/production) correspond to different environment files (.env.*). - .env file is always included, duplicate variables are overwritten by the specific mode file (.env.*).