OKeeDesign Mobile Vue is a mobile side component library based on OKeeDesign.
- Provide 36 highly qualified components, covering different situations on mobile side
- Components unit tests coverage is 70% to guarantee stability
- Support internationalization, compatible with Vue-i18n and support 16 different languages
- Support customizing brand name
- Support TypeScript
- Support customizing theme
- Support importing on demand
For more information, please refer toQuick Start. Scan QR code below to experience components function.
yarn
yarn dev
npm install @okee-uikit/m-vue
Global Import
import Vue from 'vue';
import '@okee-uikit/m-vue/lib/index.css';
import okui from '@okee-uikit/m-vue';
Vue.use(okui);
OKeeDesign Mobile Vue MIT licensed.