Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 669 Bytes

README.md

File metadata and controls

57 lines (39 loc) · 669 Bytes

Ans UI

A Vue-based UI component library for analysys

Documentation

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