History log of /openbmc/webui-vue/.browserslistrc (Results 1 – 2 of 2)
Revision Date Author Comments
# fa8a15c4 11-Dec-2019 Derick Montague <derick.montague@ibm.com>

Add polyfills using browserslist defaults

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

Add polyfills using browserslist defaults

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

show more ...


# a2988f40 17-Jan-2020 Derick Montague <derick.montague@ibm.com>

Create basic application using vue

- 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 a

Create basic application using vue

- 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>

show more ...