@ohu-mobile/core
v0.19.0
Published
Mobile UI Toolkit
Downloads
10
Maintainers
Readme
ohu-mobile
Mobile UI Component Library.
Installation
npm install @ohu-mobile/core
# or
pnpm add @ohu-mobile/core
Usage
Import on Demand
Strongly Recommand👇
import { Button } from '@ohu-mobile/core';
Or Manually import
import Button from '@ohu-mobile/core/lib/Button';
Import all components
import Vue from 'vue'; import Ohu from '@ohu-mobile/core'; import '@ohu-mobile/core/dist/ohu-mobile.css'; Vue.use(Ohu);