0.1.3 • Published 5 years ago

garen v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

npm.io

Docs

中文文档

Install

npm i garen -S

Quick Start

// 推荐在main.js(入口文件)中完全引入
import Vue from 'vue'
import garen from 'garen'

Vue.use(garen)  

Using a script tag for global use:

<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/garen/dist/main.min.js"></script>
<script>
  Vue.use(garen)
</script>

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Donation

If you find Element useful, you can buy us a cup of coffee

Contact

联系方式号码
QQ群257216865
邮箱215028726@qq.com

LICENSE

MIT

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago