File tree Expand file tree Collapse file tree 1 file changed +54
-2
lines changed Expand file tree Collapse file tree 1 file changed +54
-2
lines changed Original file line number Diff line number Diff line change 1
- # Vue-Element-Node.js
2
- Vue-Element+Node.js开发企业通用管理后台系统
1
+ # Vue-Element-Node.js
2
+
3
+ Vue-Element+Node.js开发企业通用管理后台系统
4
+
5
+ 前端
6
+
7
+ - 登录:登录请求;登录鉴权;路由重定向
8
+ - 添加图书:图书上传,图书新增,用户引导
9
+ - 图书列表:列表组件,翻页组件,查询组件
10
+
11
+ 服务端
12
+
13
+ - 用户API: 登录,jwt鉴权,用户信息
14
+ - 图书API:图书上传,图书解析,目录解析,图书增删改查
15
+ - 异常:全局异常,自定义异常
16
+
17
+ npm,webpack,node.js
18
+
19
+ Vue+Element-UI+vue-element-admin
20
+
21
+ Node+Express+MySQL
22
+
23
+ > 前端:
24
+
25
+ Vue+Element-UI+vuex+vue-router
26
+
27
+ vue-element-admin+Vue-CLI 3.0+webpack
28
+
29
+ > 后端
30
+
31
+ jwt登录认证 epub电子书解析 mysql
32
+
33
+ multer文件上传 xml2js(xml文件解析) adm-zip(实现自定义电子书解析过程)
34
+
35
+ express
36
+
37
+ node
38
+
39
+ > 过程
40
+
41
+ vue进阶->ElementUI入门->Vuex+Vue-router进阶->前端框架搭建->
42
+
43
+ 服务端框架搭建->登录->电子书上传和解析功能开发->
44
+
45
+ 电子书列表开发->项目发布
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
You can’t perform that action at this time.
0 commit comments