ans-ui
v1.1.9
Published
A vue-based UI components library for analysys
Downloads
18
Readme
Ans UI
A Vue-based UI component library for analysys
Installation
yarn add ans-ui
# or
npm i ans-ui
Usage
Import all components
import Vue from 'vue'
import AnsUI from 'ans-ui'
import 'ans-ui/lib/ans-ui.min.css'
Vue.use(AnsUI)
Or import specified component
import Vue from 'vue'
import { xButton } from 'ans-ui'
import 'ans-ui/lib/ans-ui.min.css'
Vue.use(xButton)
Development
Install parcel-bundler globally
yarn global add parcel-bundler
# or
npm i -g parcel-bundler
Then
yarn dev
# or
npm run dev
License
MIT