README
小轮子 Vue UI 组件
作者:豪子哥
安装
使用本框架前,请在CSS中开启 border-box
*{box-sizing:border-box}
你需要用 npx parcel index.html --no-cache 来开启项目
这是一个UI框架
<script type="module">
import xiaolunzi from 'https://cdn.skypack.dev/xiaolunzi';
</script>
作者:豪子哥
使用本框架前,请在CSS中开启 border-box
*{box-sizing:border-box}
你需要用 npx parcel index.html --no-cache 来开启项目