0.2.3 • Published 6 years ago

jsmod-mobile-vue v0.2.3

Weekly downloads
70
License
-
Repository
-
Last release
6 years ago

WARNING mobile 版本只在内部测试,请不要使用!!

jsmod mobile for vue 中文文档

使用文档 全部示例 git地址

Alt text

扫描查看全部示例

介绍

todo...

安装

使用 webpack 构建

npm install jsmod-mobile-vue --save
import Vue from 'vue'
import JsmodMobileVue from 'jsmod-mobile-vue'

Vue.use(JsmodMobileVue);

使用 umd

todo...

开始使用

在 vue 模板中使用

<mod-alert :value="true"  content="购买成功!"></mod-alert>

在 script 标签中使用

this.$jsmod.alert.show({
  content: 'api 显示的确认窗'
});

本地开发

git clone https://github.com/chaogao/jsmod-mobile-vue.git

npm install

npm run dev # 运行所有示例
npm run docs # 本地运行文档

其他

todo ...

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.5

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago