Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 465 Bytes

README.md

File metadata and controls

53 lines (32 loc) · 465 Bytes

panda-ui

awesome mobile ui lib implement by Vue

Install

npm i -S panda-ui

Usage

import Vue from 'vue'
import panda from 'panda-ui'
Vue.use(panda)

Use modularized panda-ui

import {Style, VButton} from 'panda/src/module'

note:import Style

Development

git clone
cd panda-ui
npm install
npm start

Build

npm run build

Licensing

MIT

Keywords

Vue UI Component Webapp