@bszhct/template-vue-component

通用的 Vue 组件模板

Usage no npm install needed!

<script type="module">
  import bszhctTemplateVueComponent from 'https://cdn.skypack.dev/@bszhct/template-vue-component';
</script>

README

Component Name

通用的 Vue 组件库模板,也是组件脚手架,基于 @vue/cli@3.x 搭建。

快速使用

开发

yarn dev

打包文档

yarn build

打包组件

yarn build:lib

发布

发布前务必要打包,更新 CHANGELOG.md 和修改 package.json 中的版本号

npm publish