1 Star 0 Fork 37

清风 / vue-zui

forked from AresYe / vue-zui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
AresYe 提交于 2016-09-19 23:30 . Update README.md

vui

移动端UI框架,基于Vue.js实现。

持续更新移动webapp项目所需的常用组件

目前是beta版本,有些规范还在优化中,升级时请注意留意文档更新说明

更新至beta 1.0.3

输入图片说明

Browser

    <link href="../dist/vui.min.css" rel="stylesheet">
    <script src="../dist/vue.js"></script>
    <script src="../dist/vui.min.js"></script>
    <script>
    var Toast= vui.Toast
    var app = new Vue({
        el : '#app',
        components:{
	Toast
    }
    });
    </script>

Modules

<Alert 
:visible.sync="alert.visible"
:transition="alert.transition"
:content="alert.content"
@ok="onOk"
></Alert>

import Alert from "components/dialog/alert"

安装

npm install vue-zui

webpack 构建

npm run build

启动本地服务

npm run dev

http://localhost:9092/index.html#!/

JavaScript
1
https://gitee.com/VIPhxp/vue-zui.git
git@gitee.com:VIPhxp/vue-zui.git
VIPhxp
vue-zui
vue-zui
master

搜索帮助