项目作者: nongshuqiner

项目描述 :
(芍药UI)UI component based on Vue-基于vue的ui组件
高级语言: CSS
项目地址: git://github.com/nongshuqiner/peony-ui.git
创建时间: 2019-01-21T11:13:24Z
项目社区:https://github.com/nongshuqiner/peony-ui

开源协议:

下载


peony-ui

Peony UI elements for Vue 2.0-(芍药UI)基于vue的UI组件

Install(安装)

You can install it via NPM:(您可以通过NPM安装它)

  1. npm install --save peony-ui

Usage(使用)

Import all components.

  1. import Vue from 'vue'
  2. import PeonyUI from 'peony-ui'
  3. // 或者 const PeonyUI = require('peony-ui')
  4. // 或者 <script src="..."></script>
  5. Vue.use(PeonyUI)

Or import specified component.

  1. import { Affix, Circle } from 'peony-ui'
  2. Vue.component(Affix.name, Affix)
  3. Vue.component(Circle.name, Circle)

Development(开发)

  1. # git clone ...
  2. git clone https://github.com/nongshuqiner/peony-ui.git
  3. # enter
  4. cd peony-ui
  5. # install dependencies
  6. npm install
  7. # serve with hot reload at localhost:8080
  8. npm run dev
  9. # build for production with minification
  10. npm run build:dist
  11. npm run build:theme

Contact me(联系我)

Just Contact Me At:

License

MIT
Copyright (c) 2018 - forever Naufal Rabbani