/meisha-ui

Mobile UI Components based on Vue

Primary LanguageVueOtherNOASSERTION

meisha-ui

Build Status npm npm node

Mobile UI Components based on Vue.

Links

TODO

Install

npm install meisha-ui -S

# if you use yarn
yarn add meisha-ui

Quick Start

import Vue from 'vue';
import Meisha from 'meisha-ui';
import 'meisha-ui/lib/styles/index.css';

Vue.use(Meisha);

Browser Support

TODO

Documentation

Development

  1. 请先 fork 一份到自己的项目下,不要直接在仓库下建分支。
  2. 开发环境搭建
    git clone git@github.com:meishaFE/meisha-ui.git
    npm run dev

TODO

Components todo

npm scripts

# 开始开发
npm run dev

# 添加新的组件
npm run gen toast / npm run gen toast alert input

# 单元测试
npm run test

# 打包
npm run dist

LICENSE

MIT