Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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的微信后台编辑系统
- Host: GitHub
- URL: https://github.com/a-fe/houtai
- Owner: A-FE
- Created: 2016-10-29T09:05:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T12:08:28.000Z (over 7 years ago)
- Last Synced: 2024-10-29T10:45:20.005Z (15 days ago)
- Topics: element-ui, houtai, vue, webpack
- Language: Vue
- Homepage: https://webcodefarmer.github.io/houtai/dist
- Size: 5.3 MB
- Stars: 580
- Watchers: 28
- Forks: 275
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```