Browse Source

add system

liugc 6 years ago
parent
commit
dcf9de098a

+ 0
- 5
hksystem/.babelrc View File

@@ -1,5 +0,0 @@
1
-{
2
-    "presets": ["es2015", "stage-3"],
3
-    "plugins": ["transform-runtime"],
4
-    "comments": false
5
-}

+ 0
- 8
hksystem/.editorconfig View File

@@ -1,8 +0,0 @@
1
-root = true
2
-
3
-charset = utf-8
4
-indent_style = space
5
-indent_size = 4
6
-end_of_line = lf
7
-insert_final_newline = true
8
-trim_trailing_whitespace = true

+ 0
- 4
hksystem/.eslintignore View File

@@ -1,4 +0,0 @@
1
-src/vendors
2
-src/libs/table2excel.js
3
-build
4
-src/views/my-components/text-editor/tinymce

+ 0
- 25
hksystem/.eslintrc.json View File

@@ -1,25 +0,0 @@
1
-{
2
-    "extends": "standard",
3
-    "installedESLint": true,
4
-    "root": true,
5
-    "parserOptions": {
6
-        "ecmaVersion": 6,
7
-        "sourceType": "module"
8
-    },
9
-    "env": {
10
-        "browser": true,
11
-        "node": true
12
-    },
13
-    "plugins": [ "html", "standard" ],
14
-    "rules": {
15
-        "indent": ["error", 4, { "SwitchCase": 1 }],
16
-        "quotes": ["error", "single"],
17
-        "semi": ["error", "always"],
18
-        "no-console": ["error"],
19
-        "no-empty": 2,
20
-        "no-eq-null": 2,
21
-        "no-new": 0,
22
-        "no-fallthrough": 0,
23
-        "no-unreachable": 0
24
-    }
25
-}

+ 0
- 9
hksystem/.gitignore View File

@@ -1,9 +0,0 @@
1
-npm-debug.log
2
-node_modules
3
-.project
4
-.vscode
5
-.history
6
-.DS_Store
7
-\.settings/
8
-build/env.js
9
-dist/

+ 0
- 5
hksystem/.travis.yml View File

@@ -1,5 +0,0 @@
1
-language: node_js
2
-node_js:
3
-  - "6"
4
-script:
5
-  - npm run test

+ 0
- 21
hksystem/LICENSE View File

@@ -1,21 +0,0 @@
1
-MIT License
2
-
3
-Copyright (c) 2017 iView
4
-
5
-Permission is hereby granted, free of charge, to any person obtaining a copy
6
-of this software and associated documentation files (the "Software"), to deal
7
-in the Software without restriction, including without limitation the rights
8
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
-copies of the Software, and to permit persons to whom the Software is
10
-furnished to do so, subject to the following conditions:
11
-
12
-The above copyright notice and this permission notice shall be included in all
13
-copies or substantial portions of the Software.
14
-
15
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
-SOFTWARE.

+ 0
- 193
hksystem/README.md View File

@@ -1,193 +0,0 @@
1
-<p align="center">
2
-    <a href="https://www.iviewui.com">
3
-        <img width="200" src="https://file.iviewui.com/logo.svg">
4
-    </a>
5
-</p>
6
-
7
-# iView Admin
8
-[![](https://img.shields.io/travis/iview/iview-admin.svg?style=flat-square)](https://travis-ci.org/iview/iview-admin)
9
-[![vue](https://img.shields.io/badge/vue-2.5.2-brightgreen.svg?style=flat-square)](https://github.com/vuejs/vue)
10
-[![iview ui](https://img.shields.io/badge/iview-2.7.2-brightgreen.svg?style=flat-square)](https://github.com/iview/iview)
11
-
12
-
13
-## 当前版本:v1.2.2
14
-[更新日志](https://github.com/iview/iview-admin/releases)
15
-
16
-[使用教程](https://github.com/iview/iview-admin/wiki)
17
-
18
-[在线访问](https://iview.github.io/iview-admin)
19
-
20
-[English Doc](https://github.com/iview/iview-admin/blob/dev/README_EN.md)
21
-
22
-[简化版模板](https://github.com/iview/iview-admin/tree/template)
23
-
24
-`注:在线版本会在开发版本新小版本发布后更新到相应版本,所以如果想体验最新版本iview-admin,请clone完整项目代码到本地运行。`
25
-
26
-## Install
27
-```bush
28
-// install dependencies
29
-npm install
30
-```
31
-## Run
32
-### Development
33
-```bush
34
-npm run dev
35
-```
36
-### Production(Build)
37
-```bush
38
-npm run build
39
-```
40
-
41
-## 简介
42
-&emsp;&emsp;iView admin是基于Vue.js,搭配使用[iView](https://www.iviewui.com) UI组件库形成的一套后台集成解决方案,由TalkingData前端可视化团队部分成员开发维护。iView admin遵守iView设计和开发约定,风格统一,设计考究,并且更多功能在不停开发中。
43
-如果您想查看iview-admin的更新动态,您可以到[更新日志](https://github.com/iview/iview-admin/releases)查看了解最新更新;如果您是新手,想快速入手iview-admin,您可以到[使用教程](https://github.com/iview/iview-admin/wiki)查看讲解;如果您想在线体验iview-admin,您可以到[在线访问](https://iview.github.io/iview-admin)体验。如果你只是想要一个清醒爽朗的界面,那你可以下载[简化版模板](https://github.com/iview/iview-admin/tree/template)来做开发。
44
-
45
-## 功能
46
-
47
-- 登录/登出
48
-- 权限管理
49
-    - 列表过滤
50
-    - 权限切换
51
-- 多语言切换
52
-- 组件
53
-    - 富文本编辑器
54
-    - Markdown编辑器
55
-    - 城市级联
56
-    - 图片预览编辑
57
-    - 可拖拽列表
58
-    - 文件上传
59
-    - 数字渐变
60
-- 表单编辑
61
-    - 文章发布
62
-    - 工作流
63
-- 表格
64
-    - 可拖拽排序
65
-    - 可编辑表格
66
-        - 行内编辑
67
-        - 单元格编辑
68
-    - 可搜索表格
69
-    - 表格导出数据
70
-        - 导出为Csv文件
71
-        - 导出为Xls文件
72
-    - 表格转图片
73
-- 错误页面
74
-    - 403页面
75
-    - 404页面
76
-    - 500页面
77
-- 高级路由
78
-    - 动态路由
79
-    - 带参页面
80
-- 换肤
81
-- 收缩侧边栏
82
-- tag标签导航
83
-- 面包屑导航
84
-- 全屏/退出全屏
85
-- 锁屏
86
-- 消息中心
87
-- 个人中心
88
-
89
-## 文件结构
90
-```shell
91
-.
92
-├── build  项目构建配置
93
-└── src
94
-    ├── images  图片文件
95
-    ├── libs  工具方法
96
-    ├── locale  多语言文件
97
-    ├── router  路由配置
98
-    ├── store  状态管理
99
-    ├── styles  样式文件
100
-    ├── template  模板文件
101
-    ├── vendors  公共库文件
102
-    └── views
103
-        ├── access  权限管理
104
-        ├── advanced-router  高级路由
105
-        ├── error_page  错误页面
106
-        ├── form  表单编辑
107
-        ├── home  首页
108
-        │   ├── components  首页组件
109
-        ├── international  多语言
110
-        ├── main_components  Main组件
111
-        │   ├── lockscreen  锁屏
112
-        │   ├── shrinkable-menu  可收缩菜单
113
-        │   └── theme-switch  主题切换
114
-        ├── message  消息中心
115
-        ├── my_components  业务组件
116
-        │   ├── area-linkage  中国行政区级联选择器
117
-        │   ├── count-to  数字渐变
118
-        │   ├── draggable-list  可拖拽列表
119
-        │   ├── file-upload  文件上传
120
-        │   ├── image-editor  图片预览编辑
121
-        │   ├── markdown-editor  Markdown编辑器
122
-        │   └── text-editor  富文本编辑器
123
-        ├── own-space  个人中心
124
-        └── tables  综合表格
125
-```
126
-
127
-## Links
128
-
129
-- [TalkingData](https://github.com/TalkingData)
130
-- [iView](https://github.com/iview/iview)
131
-- [Vue](https://github.com/vuejs/vue)
132
-- [Webpack](https://github.com/webpack/webpack)
133
-
134
-## 效果展示
135
-
136
-- 响应式布局首页
137
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/home.gif)
138
-
139
-- 标签导航
140
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/page-tags.gif)
141
-
142
-- 权限管理
143
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/access.gif)
144
-
145
-- 可拖拽列表
146
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/dragable-list.gif)
147
-
148
-- 图片预览编辑
149
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/image-editor.gif)
150
-
151
-- 文件上传
152
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/upload.gif)
153
-
154
-- 数字渐变
155
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/count-to.gif)
156
-
157
-- 文章发布
158
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/article-publish.gif)
159
-
160
-- 工作流
161
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/workflow.gif)
162
-
163
-- 可拖拽表格
164
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/dragable-table.gif)
165
-
166
-- 可编辑表格
167
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/editable-table.gif)
168
-
169
-- 表格导出数据
170
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/exportable-table.gif)
171
-
172
-- 表格转图片
173
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/table2image.gif)
174
-
175
-- 错误页面
176
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/error-page.gif)
177
-
178
-- 锁屏
179
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/locking.gif)
180
-
181
-- 可收缩侧边栏
182
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/sidebarmenu.gif)s
183
-
184
-- 主题切换
185
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/theme.gif)
186
-
187
-- 消息中心
188
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/message.gif)
189
-
190
-## License
191
-[MIT](http://opensource.org/licenses/MIT)
192
-
193
-Copyright (c) 2016-present, iView

+ 0
- 189
hksystem/README_EN.md View File

@@ -1,189 +0,0 @@
1
-<p align="center">
2
-    <a href="https://www.iviewui.com">
3
-        <img width="200" src="https://file.iviewui.com/logo.svg">
4
-    </a>
5
-</p>
6
-
7
-# iView Admin
8
-[![](https://img.shields.io/travis/iview/iview-admin.svg?style=flat-square)](https://travis-ci.org/iview/iview-admin)
9
-[![vue](https://img.shields.io/badge/vue-2.5.2-brightgreen.svg?style=flat-square)](https://github.com/vuejs/vue)
10
-[![iview ui](https://img.shields.io/badge/iview-2.7.2-brightgreen.svg?style=flat-square)](https://github.com/iview/iview)
11
-
12
-## Current version:v1.2.2
13
-[Update log](https://github.com/iview/iview-admin/releases)
14
-
15
-[WIKI](https://github.com/iview/iview-admin/wiki)
16
-
17
-[View online](https://iview.github.io/iview-admin)
18
-
19
-[Simplified template](https://github.com/iview/iview-admin/tree/template)
20
-
21
-`Note: The demo online will be updated after the new version of the development version is released, so if you want to experience the iview-admin with latest version, please clone the full project code and run it locally.`
22
-
23
-## Install
24
-```bush
25
-// install dependencies
26
-npm install
27
-```
28
-## Run
29
-### Development
30
-```bush
31
-npm run dev
32
-```
33
-### Production(Build)
34
-```bush
35
-npm run build
36
-```
37
-
38
-## Introduction
39
-&emsp;&emsp;iView-admin is a suite of backstage management system developed based on Vue.js and use the UI Toolkit -- [iView](https://www.iviewui.com). It's maintained by the TalkingData front-end visualization team member. iView-admin compolies with iView design and development contract, use uniform style, and more features are developing. If you want to check the update of iView-admin, you can view [Update log](https://github.com/iview/iview-admin/releases) to get. If you are new to iView-admin, you can go to [WIKI](https://github.com/iview/iview-admin/wiki) for tutorials. If you want to experience iView-admin online, you can visit [View online](https://iview.github.io/iview-admin) to experience. If you just want a sober and cool interface then you can download [Simplify Templates] (https://github.com/iview/iview-admin/tree/template) for development.
40
-
41
-## Features
42
-
43
-- Login/Logout
44
-- Authority management
45
-    - Menu filter
46
-    - Permission switch
47
-- Multi-language switch
48
-- Components
49
-    - text editor
50
-    - Markdown editor
51
-    - Area cascade
52
-    - Picture editor
53
-    - Dragable list
54
-    - File upload
55
-    - Count animation
56
-- Form
57
-    - Artical publish
58
-    - Workflow
59
-- Tables
60
-    - Dragable table
61
-    - Editable table
62
-        - Inline editable table
63
-        - Cell editable table
64
-    - Searchable table
65
-    - Exporting data
66
-        - As CSV file
67
-        - As XLS file
68
-    - Table to picture
69
-- Error page
70
-    - 403
71
-    - 404
72
-    - 500
73
-- Advanced router
74
-    - Dynamic router
75
-    - Pages with arguments
76
-- Skin
77
-- Shrinkable sidebar menu
78
-- Tag navigation
79
-- Breadcrumbs
80
-- Full screen/Exit full screen
81
-- Lock screen
82
-- Message center
83
-- Personal center
84
-
85
-## File tree
86
-```shell
87
-.
88
-├── build    //the configuration of project builds
89
-└── src
90
-    ├── images    //images files
91
-    ├── libs    //tool method
92
-    ├── locale    //language files
93
-    ├── router    //configuration of router
94
-    ├── store    //status management
95
-    ├── styles    //style files
96
-    ├── template    //template file
97
-    ├── vendors    //public library files
98
-    └── views
99
-        ├── access    //access management
100
-        ├── advanced-router    //Advanced router
101
-        ├── error_page    //error page
102
-        ├── form    //form
103
-        ├── home    //home page
104
-        │   ├── components    //the components of home page
105
-        ├── international    //Multi-language
106
-        ├── main_components    //Main
107
-        │   ├── lockscreen    //lock screen
108
-        │   ├── shrinkable-menu    //shrinkable sidebar
109
-        │   └── theme-switch    //skin switch
110
-        ├── message    //message center
111
-        ├── my_components    //components
112
-        │   ├── area-linkage    //China area cascade
113
-        │   ├── count-to    //count animation
114
-        │   ├── draggable-list    //dragable list
115
-        │   ├── file-upload    //file upload
116
-        │   ├── image-editor    //picture editor
117
-        │   ├── markdown-editor    //Markdown editor
118
-        │   └── text-editor    //text editor
119
-        ├── own-space    //personal center
120
-        └── tables    //tables
121
-```
122
-
123
-## Links
124
-
125
-- [TalkingData](https://github.com/TalkingData)
126
-- [iView](https://github.com/iview/iview)
127
-- [Vue](https://github.com/vuejs/vue)
128
-- [Webpack](https://github.com/webpack/webpack)
129
-
130
-## Show
131
-
132
-- home
133
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/home.gif)
134
-
135
-- tag navigation
136
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/page-tags.gif)
137
-
138
-- access management
139
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/access.gif)
140
-
141
-- dragable list
142
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/dragable-list.gif)
143
-
144
-- picture editor
145
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/image-editor.gif)
146
-
147
-- file upload
148
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/upload.gif)
149
-
150
-- count animation
151
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/count-to.gif)
152
-
153
-- artical publish
154
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/article-publish.gif)
155
-
156
-- workflow
157
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/workflow.gif)
158
-
159
-- dragable table
160
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/dragable-table.gif)
161
-
162
-- editable table
163
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/editable-table.gif)
164
-
165
-- export data
166
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/exportable-table.gif)
167
-
168
-- table to picture
169
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/table2image.gif)
170
-
171
-- error page
172
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/error-page.gif)
173
-
174
-- lock screen
175
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/locking.gif)
176
-
177
-- shrinkable sidbar menu
178
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/sidebarmenu.gif)s
179
-
180
-- skin switch
181
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/theme.gif)
182
-
183
-- message center
184
-![image](https://github.com/iview/iview-admin/raw/dev/github-gif/message.gif)
185
-
186
-## License
187
-[MIT](http://opensource.org/licenses/MIT)
188
-
189
-Copyright (c) 2016-present, iView

+ 1
- 0
hksystem/build/env.js View File

@@ -0,0 +1 @@
1
+export default "development";

BIN
hksystem/github-gif/access.gif View File


BIN
hksystem/github-gif/article-publish.gif View File


BIN
hksystem/github-gif/count-to.gif View File


BIN
hksystem/github-gif/dragable-list.gif View File


BIN
hksystem/github-gif/dragable-table.gif View File


BIN
hksystem/github-gif/editable-table.gif View File


BIN
hksystem/github-gif/error-page.gif View File


BIN
hksystem/github-gif/exportable-table.gif View File


BIN
hksystem/github-gif/home.gif View File


BIN
hksystem/github-gif/image-editor.gif View File


BIN
hksystem/github-gif/locking.gif View File


BIN
hksystem/github-gif/message.gif View File


BIN
hksystem/github-gif/page-tags.gif View File


BIN
hksystem/github-gif/sidebarmenu.gif View File


BIN
hksystem/github-gif/table2image.gif View File


BIN
hksystem/github-gif/theme.gif View File


BIN
hksystem/github-gif/upload.gif View File


BIN
hksystem/github-gif/workflow.gif View File


+ 0
- 20
hksystem/index.html View File

@@ -1,20 +0,0 @@
1
-<!DOCTYPE html>
2
-<html lang="zh-CN">
3
-
4
-<head>
5
-    <title>家政后台</title>
6
-    <meta charset="UTF-8">
7
-    <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8
-    <link rel="stylesheet" href="/dist/main.css">
9
-    <link rel="stylesheet" name="theme" href="">
10
-    <link rel="icon" href="./td_icon.ico" type="image/x-icon" />
11
-</head>
12
-
13
-<body>
14
-    <div id="app"></div>
15
-    <script type="text/javascript" src="/dist/vender-base.js"></script>
16
-    <script type="text/javascript" src="/dist/vender-exten.js"></script>
17
-    <script type="text/javascript" src="/dist/main.js"></script>
18
-</body>
19
-
20
-</html>

+ 0
- 83
hksystem/package.json View File

@@ -1,83 +0,0 @@
1
-{
2
-  "name": "iview-admin",
3
-  "version": "1.2.2",
4
-  "description": "a management bases on iview",
5
-  "main": "index.js",
6
-  "scripts": {
7
-    "init": "webpack --progress --config build/webpack.dev.config.js",
8
-    "dev": "webpack-dev-server --content-base ./ --host 0.0.0.0 --inline --hot --compress --config build/webpack.dev.config.js",
9
-    "build": "webpack --progress --hide-modules --config build/webpack.prod.config.js",
10
-    "lint": "eslint --fix --ext .js,.vue src",
11
-    "test": "npm run lint"
12
-  },
13
-  "repository": {
14
-    "type": "git",
15
-    "url": "https://github.com/iview/iview-admin.git"
16
-  },
17
-  "author": "",
18
-  "license": "MIT",
19
-  "dependencies": {
20
-    "area-data": "^1.0.0",
21
-    "axios": "^0.15.3",
22
-    "clipboard": "^1.7.1",
23
-    "countup": "^1.8.2",
24
-    "cropperjs": "^1.1.3",
25
-    "echarts": "^3.8.5",
26
-    "html2canvas": "^0.5.0-beta4",
27
-    "iview": "^2.7.3",
28
-    "iview-area": "^1.5.12",
29
-    "js-cookie": "^2.2.0",
30
-    "rasterizehtml": "^1.2.4",
31
-    "simplemde": "^1.11.2",
32
-    "sortablejs": "^1.7.0",
33
-    "tinymce": "^4.7.3",
34
-    "vue": "^2.5.8",
35
-    "vue-i18n": "^5.0.3",
36
-    "vue-router": "^2.8.1",
37
-    "vuex": "^2.5.0"
38
-  },
39
-  "devDependencies": {
40
-    "autoprefixer-loader": "^2.0.0",
41
-    "babel": "^6.23.0",
42
-    "babel-core": "^6.23.1",
43
-    "babel-eslint": "^8.0.2",
44
-    "babel-loader": "^6.4.1",
45
-    "babel-plugin-transform-runtime": "^6.12.0",
46
-    "babel-preset-env": "^1.6.1",
47
-    "babel-preset-es2015": "^6.9.0",
48
-    "babel-preset-stage-3": "^6.24.1",
49
-    "babel-runtime": "^6.11.6",
50
-    "clean-webpack-plugin": "^0.1.17",
51
-    "copy-webpack-plugin": "^4.2.3",
52
-    "css-hot-loader": "^1.3.4",
53
-    "css-loader": "^0.23.1",
54
-    "eslint": "^3.19.0",
55
-    "eslint-config-google": "^0.9.1",
56
-    "eslint-config-standard": "^10.2.1",
57
-    "eslint-plugin-html": "^1.7.0",
58
-    "eslint-plugin-import": "^2.8.0",
59
-    "eslint-plugin-node": "^5.2.1",
60
-    "eslint-plugin-promise": "^3.6.0",
61
-    "eslint-plugin-standard": "^3.0.1",
62
-    "extract-text-webpack-plugin": "^2.0.0",
63
-    "file-loader": "^0.8.5",
64
-    "happypack": "^4.0.0",
65
-    "html-loader": "^0.3.0",
66
-    "html-webpack-plugin": "^2.28.0",
67
-    "less": "^2.7.3",
68
-    "less-loader": "^2.2.3",
69
-    "semver": "^5.4.1",
70
-    "style-loader": "^0.13.1",
71
-    "unsupported": "^1.1.0",
72
-    "url-loader": "^0.5.7",
73
-    "vue-hot-reload-api": "^1.3.3",
74
-    "vue-html-loader": "^1.2.3",
75
-    "vue-loader": "^11.0.0",
76
-    "vue-style-loader": "^1.0.0",
77
-    "vue-template-compiler": "^2.5.8",
78
-    "webpack": "^3.8.1",
79
-    "webpack-dev-server": "^2.9.4",
80
-    "webpack-merge": "^3.0.0",
81
-    "webpack-uglify-parallel": "^0.1.4"
82
-  }
83
-}

BIN
hksystem/td_icon.ico View File


Loading…
Cancel
Save