Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
ka-manager-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
ka-manager-ui
Commits
4417ab39
Commit
4417ab39
authored
Jul 27, 2020
by
suntao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eidt readme
parent
2c0f807f
Pipeline
#628
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
README.md
README.md
+4
-10
No files found.
README.md
View file @
4417ab39


vue2-admin
- A scaffolding base Vue2.js
ka-manager
- A scaffolding base Vue2.js
========================================================
========================================================
[

](https://github.com/vuejs/vue)
[

](https://travis-ci.org/rootsli/vue2admin)
[

](https://opensource.org/licenses/mit-license.php)
[

](http://github.com/badges/stability-badges)
[

](https://github.com/vuejs/vue)
[

](https://travis-ci.org/rootsli/vue2admin)
[

](https://opensource.org/licenses/mit-license.php)
[

](http://github.com/badges/stability-badges)
...
@@ -20,7 +20,7 @@ vue2-admin - A scaffolding base Vue2.js
...
@@ -20,7 +20,7 @@ vue2-admin - A scaffolding base Vue2.js
-
基于webpack2的开发构建编译:支持开发阶段的HRM,支持模块依赖,静态资源优化,模块打包和Hash指纹等编译功能,一个命令,即可完成整个项目的构建编译
-
基于webpack2的开发构建编译:支持开发阶段的HRM,支持模块依赖,静态资源优化,模块打包和Hash指纹等编译功能,一个命令,即可完成整个项目的构建编译
-
提供了一个webpack大项目打包方案(On demand code-splitting)的示例,请见目录:src
\m
odules
\c
ode-splitting-demo
-
提供了一个webpack大项目打包方案(On demand code-splitting)的示例,请见目录:src
\m
odules
\c
ode-splitting-demo
[
点此查看运行效果
](
http://vue2admin.duapp.com
)
(用户名密码不限)
```
```
说明:项目框架已经集成了大部分前端项目必须的插件服务和项目逻辑架构,可以拿来即用。让框架尽量简单,逻辑尽量清晰,编译构建过程完全可定制,也是本框架追求的目标之一。
说明:项目框架已经集成了大部分前端项目必须的插件服务和项目逻辑架构,可以拿来即用。让框架尽量简单,逻辑尽量清晰,编译构建过程完全可定制,也是本框架追求的目标之一。
...
@@ -91,13 +91,7 @@ src:项目源码。开发的时候代码写在这里。
...
@@ -91,13 +91,7 @@ src:项目源码。开发的时候代码写在这里。
| |--request.js # 网络请求服务,实现了对fetch的二次封装(目前只封装了get,post;实际项目中可按着示例封装其他请求)
| |--request.js # 网络请求服务,实现了对fetch的二次封装(目前只封装了get,post;实际项目中可按着示例封装其他请求)
```
```
## 页面结构
!
[
页面结构
](
https://github.com/rootsli/vue2admin/blob/master/doc/img/vue2admin.png
)
## todo
-
fetch与Service Workers的本地缓存方案
-
国际化
-
图表插件
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