README
yzf-jinnee
web components library for yzf.
安装依赖包,运行
npm install
npm start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test
Stencil Component Starter
<script type="module">
import jinnee from 'https://cdn.skypack.dev/jinnee';
</script>
web components library for yzf.
安装依赖包,运行
npm install
npm start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test