Ant Design Jeecg Vue For 小帅一点资讯小程序后端前端页面
====

当前最新版本: 2.1.4(发布日期:2020-02-24)


#### 小程序端项目地址

https://gitee.com/xshuai/weixinxiaochengxu

#### 后端项目地址

https://gitee.com/xshuai/xai

### 关注码小帅获取最新功能更新

![码小帅](https://images.gitee.com/uploads/images/2021/0518/164321_b70506da_131538.jpeg "码小帅.jpg")

Overview
----

基于 [Ant Design of Vue](https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/) 实现的 Ant Design Pro  Vue 版
Jeecg-boot 的前段UI框架,采用前后端分离方案,提供强大代码生成器的快速开发平台。
前端页面代码和后端功能代码一键生成,不需要写任何代码,保持jeecg一贯的强大!!



#### 前端技术
 
- 基础框架:[ant-design-vue](https://github.com/vueComponent/ant-design-vue) - Ant Design Of Vue 实现
- JavaScript框架:Vue
- Webpack
- node
- yarn
- eslint
- @vue/cli 3.2.1
- [vue-cropper](https://github.com/xyxiao001/vue-cropper) - 头像裁剪组件
- [@antv/g2](https://antv.alipay.com/zh-cn/index.html) - Alipay AntV 数据可视化图表
- [Viser-vue](https://viserjs.github.io/docs.html#/viser/guide/installation)  - antv/g2 封装实现

**项目修改**

```bash
ydxiaoshuai-lite-vue\vue.config.js 修改为自己本地后台的IP端口
ydxiaoshuai-lite-vue\public\index.html 修改为自己本地后台的IP端口
```


项目下载和运行
----

- 拉取项目代码
```bash
git clone https://gitee.com/xshuai/xaiboot-vue
```

- 安装依赖
```
yarn install
```

- 开发模式运行
```
yarn run serve
```

- 编译项目
```
yarn run build
```

- Lints and fixes files
```
yarn run lint
```

- 访问项目
```
http://127.0.0.1:3000 
用户名 admin  密码 123456
```