0.19.0 • Published 1 year ago

@ohu-mobile/core v0.19.0

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.18.0

3 years ago

0.17.0

4 years ago

0.16.3

4 years ago

0.16.2

4 years ago

0.15.7

4 years ago

0.15.6

5 years ago

0.15.5

5 years ago

0.15.4

5 years ago

0.15.3

5 years ago

0.15.1

5 years ago

0.15.0

5 years ago

0.14.2

5 years ago

0.14.0

5 years ago

0.14.1

5 years ago

0.13.3

5 years ago

0.13.2

5 years ago

0.13.1

5 years ago

0.13.0

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.9.8

5 years ago

0.9.9

5 years ago

0.10.0

5 years ago

0.9.7

5 years ago

0.9.6

5 years ago

0.9.5

5 years ago

0.9.4

5 years ago

0.9.3

5 years ago

0.9.2

5 years ago