# hau-vue-admin-template **Repository Path**: len168_com/hau-vue-admin-template ## Basic Information - **Project Name**: hau-vue-admin-template - **Description**: 这是一个极简的 vue admin 管理后台 for Hau-yii2。它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2024-07-30 ## Categories & Tags **Categories**: backend **Tags**: None ## README # vue-admin-template for Hau-yii2 English | [简体中文](./README-zh.md) 配置根目录下的.env.development .env.production参数 > .env.development 开发测试环境 > .env.production 生产环境 > 请配置VUE_APP_BASE_API为你接口的真实地址。 > A minimal vue admin template with Element UI & axios & iconfont & permission control & lint **Live demo:** https://hau-admin.len168.com 用户:13112345678 密码:admin.len168 # 后台API 项目 [hau-yii2](https://gitee.com/len168_com/hau-yii2) **The current version is `v1.0` build on `vue-cli`. it does not rely on `vue-cli`** ## Build Setup ```bash # clone the project git clone https://gitee.com/len168_com/hau-vue-admin-template.git # enter the project directory cd hau-vue-admin-template # install dependency npm install # develop npm run dev ``` This will automatically open http://localhost:9528 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ``` Refer to [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information ## Extra ## Related Project - [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template) - [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) - [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin) - [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) - [awesome-project](https://github.com/PanJiaChen/vue-element-admin/issues/2312) ## Browsers support Modern browsers and Internet Explorer 10+. | [IE / Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | | --------- | --------- | --------- | --------- | | IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions ## License [MIT](https://github.com/PanJiaChen/vue-admin-template/blob/master/LICENSE) license. Copyright (c) 2017-present PanJiaChen Copyright (c) 2021 len168.com