0.0.6 • Published 2 years ago

yan-element-uuuu v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-vlib

npm npm

快速创建 Vue 组件库的脚手架。

Features

  • 基于vitepress-for-component一键启动开发环境,一键生成文档。
  • 基于vite一键打包。
  • 使用np发布版本(非常 nice 的发布工具)。
  • 使用gh-pages一键发布 github.io 文档。
  • 集成eslint prettier ls-lint 等 lint 工具。
  • 集成husky conventional-changelog-cli等工具。

使用

执行命令 yarn create vlib

三种模板可以选择:

  • vue-multiple-components Vue 组件(多个)。
  • vue-single-component Vue 组件(单个)。
  • ts-lib TS 库。