README
bern-ui
搭建一个UI组件库架子
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
基于element ui 二次封装的组件库
<script type="module">
import bernUi from 'https://cdn.skypack.dev/bern-ui';
</script>
搭建一个UI组件库架子
npm install
npm run serve
npm run build
npm run lint