vcl-cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Vue Component Library CLI

创建 Vue 组件库基础工程。

特性

  • Vite+Vue3+TypeScript基础工程
  • JSX支持
  • VitePress文档系统
  • Jest单元测试
  • 组件库构建脚本

快速开始

全局安装vcl-cli

npm i -g vcl-cli

创建组件库基础工程:

vcl create my-vue-component

本地文档启动:

cd my-vue-component
yarn docs:dev

文档构建:

yarn docs:build

组件库构建

yarn build:lib

Readme

Keywords

none

Package Sidebar

Install

npm i vcl-cli

Weekly Downloads

1

Version

0.0.5

License

ISC

Unpacked Size

140 kB

Total Files

9

Last publish

Collaborators

  • kagol