Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.04 KB

readme.md

File metadata and controls

52 lines (39 loc) · 2.04 KB

TS Lib Template

code style: prettier GitHub Workflow Status license

A template project that make create a typescript library easily.

If you wanna known about more detail about build and publish, you can read in here.

Usage

Use degit clone template to your local machine.

npx degit [email protected]:wangkaiwd/typescript-library-template.git my-lib

Start project:

cd my-lib
pnpm install
pnpm dev

If you want to test your code in browser environment, you can try your code in playground directory

cd playground/vue-demo
pnpm dev

Feature