Skip to content

wangkaiwd/typescript-library-template

Repository files navigation

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