File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features" ,
5
5
"author" : " Pan <panfree23@gmail.com>" ,
6
6
"license" : " MIT" ,
7
- "private" : true ,
8
7
"scripts" : {
9
8
"dev" : " webpack-dev-server --inline --progress --config build/webpack.dev.conf.js" ,
10
9
"build:prod" : " cross-env NODE_ENV=production env_config=prod node build/build.js" ,
11
10
"build:sit" : " cross-env NODE_ENV=production env_config=sit node build/build.js" ,
12
11
"lint" : " eslint --ext .js,.vue src" ,
13
12
"test" : " npm run lint"
14
13
},
14
+ "keywords" : [
15
+ " vue" ,
16
+ " element-ui" ,
17
+ " admin" ,
18
+ " management-system" ,
19
+ " admin-template"
20
+ ],
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " git+https://github.com/PanJiaChen/vue-element-admin.git"
24
+ },
25
+ "bugs" : {
26
+ "url" : " https://github.com/PanJiaChen/vue-element-admin/issues"
27
+ },
15
28
"dependencies" : {
16
29
"axios" : " 0.17.1" ,
17
30
"clipboard" : " 1.7.1" ,
You can’t perform that action at this time.
0 commit comments