README
https://github.com/zhuanzhuyihao/vue-ui.git
安装 parcel 后重新处理文件
运行parcel
./node_modules/.bin/parcel index.html --no-cache
npx parcel index.html
vue-ui 发布到 npm
要build 导出的文件,用户直接使用 npx parcel build index.js --no-cache
https://github.com/zhuanzhuyihao/vue-ui.git
<script type="module">
import vVueui from 'https://cdn.skypack.dev/v-vueui';
</script>
https://github.com/zhuanzhuyihao/vue-ui.git
安装 parcel 后重新处理文件
运行parcel
./node_modules/.bin/parcel index.html --no-cache
npx parcel index.html
vue-ui 发布到 npm
要build 导出的文件,用户直接使用 npx parcel build index.js --no-cache