Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 859 Bytes

README.md

File metadata and controls

63 lines (42 loc) · 859 Bytes

luckyComponents

luckyComponents是一款基于 Vue3 + TS 的组件库,组件库的项目搭建由阅读学习 varlet/cli 脚手架源码而仿写的自己的 luckly-cli 脚手架搭建

luckly-cli 脚手架仓库地址:https://github.com/LiuSen688/luckly-cli.git

Quickstart

pnpm install
pnpm dev

Commands

Start the development server

pnpm dev

Build documentation site

pnpm build

Building component libraries

pnpm compile

Run unit test

pnpm test

Run unit test in watch mode

pnpm test:watch 
or
pnpm test:watchAll 

Release

tips:

  • 1.The registry of npm must be the official source of npm
  • 2.The npm must be logged in
pnpm release

Create component template files

pnpm run create