1.0.5 • Published 6 years ago

onion-ui v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago
npm install onion-ui --save

```js
import Vue from 'vue'
import Onion from 'onion-ui'

Vue.use(Onion)
import Vue from 'vue'
import {
  /* eslint-disable no-unused-vars */
  Style,
  Button,
  ActionSheet
} from 'onion-ui'

Vue.use(Button)
Vue.use(ActionSheet)

Development

git clone git@github.com:xxx/onion-ui.git
cd onion-ui
npm install
npm run dev