meisha-ui
v0.1.9
Published
Mobile UI Components based on Vue
Downloads
21
Readme
meisha-ui
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
- 请先 fork 一份到自己的项目下,不要直接在仓库下建分支。
- 开发环境搭建
git clone [email protected]:meishaFE/meisha-ui.git npm run dev
TODO
npm scripts
# 开始开发
npm run dev
# 添加新的组件
npm run gen toast / npm run gen toast alert input
# 单元测试
npm run test
# 打包
npm run dist
LICENSE
MIT