jackery官网常用自定义UI组件以及插件集合.
已构建npm远程, 使用 jackery-ui.
基于stencil 构建的Web Components.
Web Components 没有框架限制,可在任何平台直接使用
To start building a new web component using Stencil, clone this repo to a new directory:
git clone https://github.com/zzl-leo/jackery-components my-component
cd my-component
git remote rm origin
本地运行:
npm install
npm start
生产构建:
npm run build
当创建新组件时,名称需遵循连接符格式,如:jackery-comment
发布到NPM使用 publish to NPM.
- CDN使用
<script type='module' src='https://unpkg.com/my-component@0.0.1/dist/my-component.esm.js'></script>
案例参照CODEPEN