happy-mobile

一套原生JS组件库,基于WebComponents - [文档](https://hzb1.github.io/happy-mobile/docs/dist/#intro) - [演示](https://hzb1.github.io/happy-mobile/example/js/dist)

Usage no npm install needed!

<script type="module">
  import happyMobile from 'https://cdn.skypack.dev/happy-mobile';
</script>

README

happy-mobile

一套原生JS组件库,基于WebComponents

安装使用

  • npm
npm i happy-mobile -S
  • CDN
// index.html
<link rel="stylesheet" href="https://unpkg.com/happy-mobile/dist/happy-mobile.css">
<script src="https://unpkg.com/happy-mobile/dist/happy-mobile.js"></script>