Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-fe/houtai

基于VUE和ElementUI的微信后台编辑系统
https://github.com/a-fe/houtai

element-ui houtai vue webpack

Last synced: 2 days ago
JSON representation

基于VUE和ElementUI的微信后台编辑系统

Awesome Lists containing this project

README

        

# 基于vue和Element的后台管理系统
> 升级为[email protected] + [email protected]

* [在线DEMO](http://dahouge.oschina.io/houtai/dist/#/activePublic)
* [详细教程](http://www.jianshu.com/p/d87d7140944e)
## Build Setup

``` bash
# 克隆项目
git clone https://github.com/WebCodeFarmer/houtai.git

# 查看目录
ls

# 进入项目目录
cd houtai

# 安装开发依赖,推荐使用npm安装,cnpm可能会丢包,或者各种兼容性问题
npm install

# 运行
npm run dev

# 打包压缩
npm run build
```