File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.
88
99## Docs
1010
11- [ Docs ] ( https://codetrial.github.io/ element-admin ) | [ Live Demo ] ( https://element-admin.felixpy.com )
11+ [ Live Demo ] ( https://element-admin.now.sh ) | [ Docs ] ( https://codetrial.github.io/ element-admin )
1212
1313## Screen Capture
1414
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " element-admin" ,
3+ "version" : 2 ,
4+ "alias" : " element-admin" ,
5+ "builds" : [{ "src" : " **" , "use" : " @now/static" }],
6+ "routes" : [{ "src" : " /.*" , "dest" : " /index.html" }]
7+ }
Original file line number Diff line number Diff line change 66 "serve" : " vue-cli-service serve" ,
77 "build" : " vue-cli-service build" ,
88 "lint" : " vue-cli-service lint" ,
9- "test:unit" : " vue-cli-service test:unit"
9+ "test:unit" : " vue-cli-service test:unit" ,
10+ "deploy" : " npm run build && now ./dist -A ../now.json && now alias"
1011 },
1112 "dependencies" : {
1213 "element-ui" : " ^2.4.11" ,
You can’t perform that action at this time.
0 commit comments