0.19.0 • Published 2 months ago

@ohu-mobile/core v0.19.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 months ago

ohu-mobile

Mobile UI Component Library.

Installation

npm install @ohu-mobile/core

# or

pnpm add @ohu-mobile/core

Usage

  1. Import on Demand

    Strongly Recommand👇

    import { Button } from '@ohu-mobile/core';

    Or Manually import

    import Button from '@ohu-mobile/core/lib/Button';
  2. Import all components

    import Vue from 'vue';
    import Ohu from '@ohu-mobile/core';
    import '@ohu-mobile/core/dist/ohu-mobile.css';
    
    Vue.use(Ohu);
0.19.0

2 months ago

0.18.0

2 years ago

0.17.0

3 years ago

0.16.3

3 years ago

0.16.2

3 years ago

0.15.7

3 years ago

0.15.6

4 years ago

0.15.5

4 years ago

0.15.4

4 years ago

0.15.3

4 years ago

0.15.1

4 years ago

0.15.0

4 years ago

0.14.2

4 years ago

0.14.0

4 years ago

0.14.1

4 years ago

0.13.3

4 years ago

0.13.2

4 years ago

0.13.1

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.9.8

4 years ago

0.9.9

4 years ago

0.10.0

4 years ago

0.9.7

4 years ago

0.9.6

4 years ago

0.9.5

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago