vum-team / vum

An UI Framework build with Vue.js for mobile webapp
http://getvum.com/
MIT License
1.55k stars 273 forks source link

Vum能否像JQuery-WeUI一样,直接从cdn引用过来? #32

Open aiportal opened 7 years ago

aiportal commented 7 years ago

我平时都是这样用的

<link href="http://cdn.bootcss.com/weui/0.4.3/style/weui.min.css" rel="stylesheet">
<link href="http://cdn.bootcss.com/jquery-weui/0.8.2/css/jquery-weui.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/jquery-weui/0.8.2/js/jquery-weui.min.js"></script>

Vum能这样直接使用么?

kshsm1234hu commented 7 years ago

是可以这样的用的

ghost commented 7 years ago

能否给个引用实例?

aiportal commented 7 years ago

同上