README
my-plugin
安装依赖
npm install
本地启动
npm run serve
打包ui库
npm run lib
安装ui库
npm install lqs-plugin --save-dev
ps:typescript不是很熟练,tslint较多报错,打包需关闭tslint的校验
## 安装依赖 ``` npm install ```
<script type="module">
import lqsPlugin from 'https://cdn.skypack.dev/lqs-plugin';
</script>
npm install
npm run serve
npm run lib
npm install lqs-plugin --save-dev
ps:typescript不是很熟练,tslint较多报错,打包需关闭tslint的校验