edit | blame | history | raw

vue-alain

使用 vue-cli 3.0 , typescript,vue antd 实现的中后台框架!

vue-alain(https://vue-alain.github.io/)

使用过程

  1. git clone https://github.com/vue-alain/vue-alain.git
  2. cd vue-alain
  3. yarn install
  4. yarn serve

浏览器输入http://localhost:8080

编译

使用yarn build可能会报错,使用node .\node_modules\@vue\cli-service\bin\vue-cli-service.js build编译

更新日志

更新日志

截图

![](/_screenshot/login.png)
![](/_screenshot/main1.png)
![](/_screenshot/main2.png)
![](/_screenshot/main3.png)

todo

  • [ ] st组件
edit | blame | history | raw

V1.2.0

  1. 新增 reusetab 组件
  2. 使用 v-charts 重构图表组件,包括 miniarea 、minibar、timeline 等
  3. 修复菜单收起显示不正常的问题
  4. 完善多语言信息
  5. 实现登录功能
    ...

V1.1.0

实现基本页面

...

V1.0.0

搭建vue-alain基本组件框架

...