Skip to content

a77321a/xsn-ui

Repository files navigation

xui

a vue ui components project

description

it provides some basic components like icon,button,input,select,checkbox,table,popover...

components are in packages. you can run 'npm run dev' to see examples(path: src) in localhost.

use

# install dependencies
npm install xsn-ui

import xsnUI from 'xsn-ui'
# if you do not have sass
import 'xsn-ui/packages/css/style.min.css'
# if you have sass
import 'xsn-ui/packages/css/style.scss'

Vue.use(xsnUI)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev