README
super-ui
基于vue 2+ 的组件库。
启动
git clone https://github.com/onaug6th/super-ui
cd super-ui
npm install
npm run serve
默认会开启8080端口,访问localhost:8080即可打开项目。
构建
构建组件库生产文件
npm run lib:build
一闲下来就造轮子的轮子合集
<script type="module">
import onaug6thSuperUi from 'https://cdn.skypack.dev/@onaug6th/super-ui';
</script>
基于vue 2+ 的组件库。
git clone https://github.com/onaug6th/super-ui
cd super-ui
npm install
npm run serve
默认会开启8080端口,访问localhost:8080即可打开项目。
构建组件库生产文件
npm run lib:build