Package Exports
- league-ui
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (league-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
League UI library for Web APP, built with Vue.js.
Install
$ yarn add league-ui
or
$ npm install league-ui --saveNote
This UI library will reset some styles as followed. I strongly recommend you to add these styles to all of your projects for saving time to find CSS bugs :)
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}Copyright Statement
I love playing League of Legend, so I built this just for fun but not for commercial purpose. Please note: some images, logos are from League of Legend made by Riot Games. If you want to use this lib for commercial purpose, you have to obey those licences and place a proper licence for your project.