0.1.5 • Published 3 years ago

@okee-uikit/m-vue v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Features

  • 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

Quick Preview

For more information, please refer toQuick Start. Scan QR code below to experience components function.

Run Locally node 8+

yarn
yarn dev

Quick Start

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

License

OKeeDesign Mobile Vue MIT licensed.