Skip to content

WangChaoBro/sy-ui

Repository files navigation

sy-ui

A Vue.js project

安装

npm install sy-ui --save-dev

使用

全局使用

import SYUI from 'syui' 

import '../node_modules/SYUI/packages/style/lib/index.css'

Vue.use(SYUI)

单个组件使用

import { Button } from 'SYUI'

export default {
  components: {
    Button
  }
}

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

About

components library with vuejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published