Skip to content

Commit

Permalink
docs(update readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
herozhou committed Mar 26, 2020
1 parent 7a1027a commit 255ec56
Showing 1 changed file with 16 additions and 45 deletions.
61 changes: 16 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@
**本项目是后台管理框架,集成了权限管理、登录功能、UI组件、七牛上传等功能,建议直接使用。**
> **注意**:便于前端调试,所以数据请求都是用了mockjs模拟。**在需要请求外部api时请移除mock文件**
## 有话要说

```javascript
非常感谢大家喜欢这个项目,但是由于工作太忙实在是没时间维护这个项目,所以耽搁了一大段时间,给大家带来的麻烦我非常抱歉。
接下来我会抽时间维护这个项目,有什么问题可以随时找我,或者提issue,我看到就会直接回。
并且我在开发一系列新的开源项目,目的是帮助大家提升生产力,解放双手。
我建了一个qq群 1051755653 ,方便大家交流,提升前端技能,分享招聘信息等等。
```
## Features 特性
- **👍wz脚手架👍**(脚手架助你安装/卸载组件更方便)
- **工业化UI组件**(上手即用,无需自己造轮子)
- **自适应布局**(完美适配大中小屏)
- `登录/注销`
- `权限验证`
- **👉多TAB导航**(没有多TAB怎么能称为后台管理界面呢?)
- `Tinymce 编辑器`
- `Markdown 编辑器`
- `动态侧边栏`(支持多级路由)
- 面包屑导航
Expand All @@ -36,50 +43,38 @@

#### 自适应布局

![自适应布局](https://github.com/herozhou/JAVA-HTML-/blob/master/src/gifs/index.gif)

![自适应布局](https://user-images.githubusercontent.com/16045604/77675345-cc00c900-6fc7-11ea-93a6-f6356a3d2bc5.png)
![手机端](https://user-images.githubusercontent.com/16045604/77676100-cc4d9400-6fc8-11ea-8b89-d16412ba3569.png)
#### 多TAB效果

![自适应布局](https://github.com/herozhou/JAVA-HTML-/blob/master/src/gifs/tab.gif)

#### 丰富功能表格
![第二个Tab](https://user-images.githubusercontent.com/16045604/77675425-e3d84d00-6fc7-11ea-995f-6220b28f137e.png)

![丰富功能表格](https://github.com/herozhou/JAVA-HTML-/blob/master/src/gifs/table.gif)

#### 炫酷登录界面

![炫酷登录界面](https://github.com/herozhou/JAVA-HTML-/blob/master/src/gifs/login.gif)
![炫酷登录界面](https://user-images.githubusercontent.com/16045604/77675279-b390ae80-6fc7-11ea-850f-893bdc3fbde7.png)

#### 炫酷图表

![炫酷图表](https://github.com/herozhou/JAVA-HTML-/blob/master/src/gifs/echart.gif)
![炫酷图表](https://user-images.githubusercontent.com/16045604/77675475-f783b380-6fc7-11ea-94ae-0ffdf153089b.png)


#### 编辑器

![丰富功能表格](https://github.com/herozhou/JAVA-HTML-/blob/master/src/gifs/editor.gif)
![丰富功能表格](https://user-images.githubusercontent.com/16045604/77675616-1e41ea00-6fc8-11ea-9a1c-cb5d8b122682.png)



**[更多demo](http://herozhou.coding.me/vue-framework-wz/#/dashboard)**


## 系列教程

[《一步步带你做vue后台管理框架》第一课:介绍框架](http://www.cnblogs.com/herozhou/p/7434931.html)

[《一步步带你做vue后台管理框架》第二课:上手使用](http://www.cnblogs.com/herozhou/p/7441702.html)

[《一步步带你做vue后台管理框架》第三课:登录功能](http://www.cnblogs.com/herozhou/p/7469667.html)

## Run 开发
```bash
# 克隆项目
git clone https://github.com/herozhou/vue-framework-wz.git

# 安装依赖
npm install
//or # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
//or
npm install --registry=https://registry.npm.taobao.org


Expand All @@ -90,7 +85,7 @@
```
浏览器访问 http://localhost:9001

## wz脚手架
## wz脚手架 (随意开发,不建议使用)

> 为了便于大家使用和精简体积 故开发了基于node的命令行构建工具,可安装/删除插件,比如你所开发的项目无需Tinymce插件就
```wz remove -p Tinymce ```删除Tinymce 。需要请求外部API就 执行``` wz remove -p Mockjs```,并根据提示修改相应的api地址
Expand Down Expand Up @@ -118,8 +113,6 @@
npm run build:prod
```



## FileTree 目录结构
```shell
├── bin // node 命令行构建工具
Expand Down Expand Up @@ -154,28 +147,6 @@

```


## About me 关于作者

```javascript
const herozhou = {
blogName : `herozhou工巧`,
blog : `https://www.cnblogs.com/herozhou`,
email:`Zhouhero@hotmail.com`,
School:`NCHU",
Grade:`Junior`
}
 //有任何问题请提issues或直接联系我
//正在开发一系列帮助新手学习前端的项目,旨在和大家一起成为大前端工程师,有意请follow 我,一起加油💪
```


## Thanks 感激
感谢以下的项目,排名不分先后

* [iView](http://mouapp.com/)
* [jquery](http://jquery.com)

## License

MIT

0 comments on commit 255ec56

Please sign in to comment.