项目作者: HstarComponents

项目描述 :
Mobile web UI Components based on Vue and WeUI.
高级语言: CSS
项目地址: git://github.com/HstarComponents/vw-ui.git
创建时间: 2016-10-17T15:54:42Z
项目社区:https://github.com/HstarComponents/vw-ui

开源协议:MIT License

下载


vw-ui

Mobile web UI Components based on Vue2 and WeUI.

Usage

  1. # install
  2. npm i -S vw-ui
  1. // main.js
  2. import Vue from 'vue';
  3. import VwUI from 'vw-ui';
  4. Vue.use(VwUI);

Components

  • vw-actionsheet [Usage]
  • vw-button Usage
  • vw-slider [Usage]
  • vw-tabbar [Usage]

Services

  • toast [Usage]
  • toptip [Usage]

How to develop?

  1. git clone
  2. npm i
  3. # run dev
  4. npm run dev
  5. # build demo
  6. npm run build
  7. # publish lib
  8. npm run lib