Socket
Book a DemoInstallSign in
Socket

create-vcl

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vcl

Vue Component Library CLI,一个快速创建 Vue3 组件库的 CLI。

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Vue Component Library CLI

创建 Vue 组件库基础工程。

特性

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

快速开始

创建组件库基础工程:

yarn create vcl my-vue-component

本地文档启动:

cd my-vue-component
yarn docs:dev

文档构建:

yarn docs:build

组件库构建

yarn build:lib

FAQs

Package last updated on 05 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts