Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
74256324
Commit
74256324
authored
Feb 28, 2019
by
zhangdaihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
功能清单说明
parent
23233eb3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
134 additions
and
0 deletions
+134
-0
README.md
+29
-0
ant-design-jeecg-vue/README.md
+105
-0
No files found.
README.md
View file @
74256324
...
...
@@ -68,6 +68,35 @@ Jeecg-boot 一个全新的版本,采用前后端分离方案,提供强大代
### 功能模块
```
├─系统管理
│ ├─用户管理
│ ├─角色管理
│ ├─菜单管理(权限设置)
│ ├─部门管理
│ └─字典管理
├─系统监控
│ ├─定时任务
│ ├─系统日志
│ ├─系统通知
│ ├─SQL监控
│ ├─swagger-ui(在线接口文档)
│─常用示例
│ ├─单表模型例子
│ └─一对多模型例子
│ └─打印例子
│ └─一对多TAB例子
│─更多页面模板
│ ├─各种高级表单
│ ├─各种列表效果
│ └─结果页面
│ └─异常页面
│ └─个人页面
└─其他模块
└─代码生成器功能
系统效果
----
...
...
ant-design-jeecg-vue/README.md
0 → 100644
View file @
74256324
Jeecg-Boot 快速开发平台(前后端分离版本)
===============
当前最新版本: 1.0(发布日期:20190225)
项目介绍:
-----------------------------------
Jeecg-boot 一个全新的版本,采用前后端分离方案,提供强大代码生成器的快速开发平台。
前端页面代码和后端功能代码一键生成,不需要写任何代码,保持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
git clone https://github.com/zhangdaiscott/jeecg-boot.git
cd
jeecg-boot/ant-design-jeecg-vue
```
-
安装依赖
```
yarn install
```
-
开发模式运行
```
yarn run serve
```
-
编译项目
```
yarn run build
```
-
Lints and fixes files
```
yarn run lint
```
其他说明
----
-
项目使用的
[
vue-cli3
](
https://cli.vuejs.org/guide/
)
, 请更新您的 cli
-
关闭 Eslint (不推荐) 移除
`package.json`
中
`eslintConfig`
整个节点代码
-
修改 Ant Design 配色,在文件
`vue.config.js`
中,其他 less 变量覆盖参考
[
ant design
](
https://ant.design/docs/react/customize-theme-cn
)
官方说明
```
ecmascript 6
css: {
loaderOptions: {
less: {
modifyVars: {
/* less 变量覆盖,用于自定义 ant design 主题 */
'primary-color': '#F5222D',
'link-color': '#F5222D',
'border-radius-base': '4px',
},
javascriptEnabled: true,
}
}
}
```
附属文档
----
-
[
Ant Design Vue
](
https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn
)
-
[
报表 viser-vue
](
https://viserjs.github.io/demo.html#/viser/bar/basic-bar
)
-
[
Vue
](
https://cn.vuejs.org/v2/guide
)
-
[
路由/菜单说明
](
https://github.com/zhangdaiscott/jeecg-boot/tree/master/ant-design-jeecg-vue/src/router/README.md
)
-
[
ANTD 默认配置项
](
https://github.com/zhangdaiscott/jeecg-boot/tree/master/ant-design-jeecg-vue/src/defaultSettings.js
)
-
其他待补充...
备注
----
> @vue/cli 升级后,eslint 规则更新了。由于影响到全部 .vue 文件,需要逐个验证。既暂时关闭部分原本不验证的规则,后期维护时,在逐步修正这些 rules
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment