Merge branch 'hotfix/uglifyjs-webpack-plugin' into develop
Former-commit-id: a8c6953e7705cde1f8e0aa823d110177699ae24b [formerly a8c6953e7705cde1f8e0aa823d110177699ae24b [formerly a8c6953e7705cde1f8e0aa823d110177699ae24b [formerly a8c6953e7705cde1f8e0aa823d110177699ae24b [formerly f8c643ed869d020b394af96112c0c49a7ad64723 [formerly e67083c1034f563f688bf0b3c936ea8468072d83]]]]] Former-commit-id: 11cfe92fd1eb802d3fed65aee9893eb35e7cbf12 Former-commit-id: ad15537606df329043866ee8f4ee6f3fbba1fa9c Former-commit-id: e30dc411a4e4fbcb880d5e3cd03e73a1cde884bd [formerly ee4c5b89f29ab7d57cc0795a839e7f525ebcac67] Former-commit-id: a7bfadf49b80d145842fb924164ae69a8fc85393 Former-commit-id: 5aaa8a0691c9dddc8a883258dc35ba6b4c4470c8 Former-commit-id: c84d7f047cc0626324ea6454ba7c45dfa32ce36c Former-commit-id: 4c3fe122e07e14419cf2588abe2d4af95cc4a800 Former-commit-id: 4b86d5f11147bffcbae80475e4df80aa89fbbf61
This commit is contained in:
19
README.md
19
README.md
@@ -17,7 +17,7 @@
|
||||
<a><img src="https://img.shields.io/github/stars/d2-projects/d2-admin.svg"/></a>
|
||||
</p>
|
||||
|
||||
[D2Admin](https://github.com/d2-projects/d2-admin) is a fully open source and free enterprise back-end product front-end integration solution, using the latest front-end technology stack, has prepared most of the project preparations, and with a lot of sample code to help the management system agile development.
|
||||
D2Admin is a fully open source and free enterprise back-end product front-end integration solution, using the latest front-end technology stack, has prepared most of the project preparations, and with a lot of sample code to help the management system agile development.
|
||||
|
||||
[中文介绍](https://github.com/d2-projects/d2-admin/blob/master/doc/README.zh.md) | **English**
|
||||
|
||||
@@ -29,11 +29,12 @@
|
||||
|
||||
[preview](https://d2admin.fairyever.com)
|
||||
|
||||
## Feature
|
||||
## Features
|
||||
|
||||
* Build with vue-cli3
|
||||
* First screen loading waiting animation
|
||||
* Five themes
|
||||
* Built-in UEditor rich text editor
|
||||
* Detailed documentation
|
||||
* Login and logout
|
||||
* Separate routing and menu settings
|
||||
@@ -86,14 +87,14 @@
|
||||
|
||||
## Other version
|
||||
|
||||
| Name | Github / HomePage | Preview | Introduction |
|
||||
| Name | HomePage | Preview | Introduction |
|
||||
| --- | --- | --- | --- |
|
||||
| Starter template | [Github](https://github.com/d2-projects/d2-admin-start-kit) | [Preview](https://start-kit.d2admin.fairyever.com) | |
|
||||
| Alibaba Ice scaffold | [Ice](https://alibaba.github.io/ice/scaffold?type=vue) | [Preview](https://ice.d2admin.fairyever.com) | [Introduction](https://juejin.im/post/5b6349716fb9a04f834669d6) |
|
||||
|
||||
## Ecology
|
||||
|
||||
| Name | Github / HomePage | Preview | Introduction |
|
||||
| Name | HomePage | Preview | Introduction |
|
||||
| --- | --- | --- | --- |
|
||||
| D2 Daily | [Github](https://github.com/d2-projects/d2-awesome) | [Site](https://awesome.fairyever.com/daily/) | Update news and resources in the design and technology circles every day |
|
||||
| D2 CRUD | [Github](https://github.com/d2-projects/d2-crud) | [Preview](https://d2admin.fairyever.com/#/demo/d2-crud/index) | Table common operation package |
|
||||
@@ -103,11 +104,11 @@
|
||||
|
||||
> The backend is contributed by the open source community. The latest version of D2Admin is not guaranteed. Please contact its open source author for related usage issues.
|
||||
|
||||
| Name | Github / HomePage | Preview | Introduction |
|
||||
| --- | --- | --- | --- |
|
||||
| `Spring Cloud` **Taroco** | [Github](https://github.com/liuht777/Taroco) | [Preview](http://111.231.192.110/) | Complete microservice enterprise solution |
|
||||
| `Spring Cloud` **Aooms** | [gitee](https://gitee.com/cyb-javaer/Aooms) | [Preview](https://www.yuboon.com/Aooms) | Extremely fast microservice development, not just as simple as JFinal |
|
||||
| `Beego` **GOA** | [Github](https://github.com/Qsnh/goa) | [Preview](http://goaio.vip/) | Online question answering system based on Beego + Vue |
|
||||
| Name | technology | HomePage | Preview | Introduction |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| **Taroco** | Spring Cloud | [Github](https://github.com/liuht777/Taroco) | [Preview](http://111.231.192.110/) | Complete microservice enterprise solution |
|
||||
| **Aooms** | Spring Cloud | [Gitee](https://gitee.com/cyb-javaer/Aooms) | [Preview](https://www.yuboon.com/Aooms) | Extremely fast microservice development, not just as simple as JFinal |
|
||||
| **GOA** | Beego | [Github](https://github.com/Qsnh/goa) | [Preview](http://goaio.vip/) | Online question answering system based on Beego + Vue |
|
||||
|
||||
## Badge
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
* 使用 vue-cli3 构建
|
||||
* 首屏加载等待动画
|
||||
* 五款主题
|
||||
* 内置 UEditor 富文本编辑器
|
||||
* 详细的文档
|
||||
* 登录和注销
|
||||
* 分离的路由和菜单设置
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
"sass-loader": "^7.0.1",
|
||||
"svg-sprite-loader": "^3.8.0",
|
||||
"text-loader": "0.0.1",
|
||||
"uglifyjs-webpack-plugin": "^2.0.1",
|
||||
"vue-template-compiler": "^2.5.17"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user