README.md 812 字节
Newer Older
M
maguohua 已提交
1

M
maguohua 已提交
2
## what ?
M
maguohua 已提交
3

M
maguohua 已提交
4
此项目是 [node-elm](https://github.com/bailicangdu/node-elm) 的后台管理系统。
M
maguohua 已提交
5 6 7 8 9 10 11 12 13 14


## 说明

>  如果对您对此项目有兴趣,可以点 "Star" 支持一下 谢谢! ^_^

>  或者您可以 "follow" 一下,我会不断开源更多的有趣的项目

>  开发环境 macOS 10.12.4  nodejs 6.10.0

M
maguohua 已提交
15
>  传送门:[前端项目地址](https://github.com/bailicangdu/vue2-elm)  [后台项目地址](https://github.com/bailicangdu/node-elm)  [原生APP项目地址](https://github.com/bailicangdu/RN-elm)
M
maguohua 已提交
16 17


M
maguohua 已提交
18
## 技术栈
M
maguohua 已提交
19

M
maguohua 已提交
20
vue2 + vuex + vue-router + webpack + ES6/7 + less + element
M
maguohua 已提交
21 22


M
maguohua 已提交
23
## 项目运行
M
maguohua 已提交
24 25 26


```
M
maguohua 已提交
27 28 29 30 31 32 33 34 35 36 37 38 39
git clone https://github.com/bailicangdu/back-manage  

cd back-manage  

npm install

npm run dev 

访问: http://localhost:8002

```

## License
M
maguohua 已提交
40

M
maguohua 已提交
41
[MIT](https://mit-license.org/)