Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 570 Bytes

typescript-lib-starter

build Download Version License

用来开发前端库,支持 Typescript/Javascript。

Use

# install
pnpm install

# development
pnpm run dev

# build dist and api document
pnpm run build

# api document
pnpm run docs

# test
pnpm run test