Skip to content

analysys/ans-ui

Repository files navigation

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

About

A Vue-based UI component library。一套基于Vue.js的高质量 UI 组件库,让设计者和开发者专注于更好的用户体验

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published