Skip to content

oceanengine/okeedesign-mobile-vue

Repository files navigation

logo

OKeeDesign Mobile Vue

OKeeDesign Mobile Vue is a mobile side component library based on OKeeDesign.

npm version CI Status Coverage Status min size

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.

qr code

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.