• Stars
    star
    581
  • Rank 76,901 (Top 2 %)
  • Language Vue
  • Created about 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

基于vue和Element的后台管理系统

升级为[email protected] + [email protected]

Build Setup

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

# 查看目录
ls

# 进入项目目录
cd houtai

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

# 运行
npm run dev

# 打包压缩
npm run build