summaryrefslogtreecommitdiff
path: root/.browserslistrc
AgeCommit message (Collapse)AuthorFilesLines
2020-02-04Add polyfills using browserslist defaultsDerick Montague1-2/+1
The list of browsers can be determined by running `npx browserslist`. The current list of supported browsers as of this commit is: and_chr 78 and_ff 68 and_qq 1.2 and_uc 12.12 android 76 baidu 7.12 chrome 78 chrome 77 edge 18 edge 17 firefox 71 firefox 70 firefox 68 ie 11 ie_mob 11 ios_saf 13.2 ios_saf 13.0-13.1 ios_saf 12.2-12.4 kaios 2.5 op_mini all op_mob 46 opera 64 opera 63 safari 13 safari 12.1 safari 5.1 samsung 10.1 samsung 9.2 Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: If10b8d59168337c4c38a1a75ee9dd8ed8c7a636b
2020-01-21Create basic application using vueDerick Montague1-0/+2
- Create vue app - Add AppHeader and AppNavigation - Set up routes for server overview and local user management - Add themes and set to gray-10 theme - Add active class for current navigation - Add a prototype method named $http to vue prototype - The UI uses console logs in production to communicate to users - Add boostrap vue component library Change-Id: Ib6618e6357ca01bdac6de4ed031a15c8552226f3 Signed-off-by: Derick Montague <derick.montague@ibm.com>