Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 536 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 536 Bytes

ts-starter-vite

A typescript template with vite

Try it now!

$ pnpm create un
# or
$ pnpm create un [my-project] -t ts-starter-vite

Init git hook(optional)

$ pnpm git-hook-init

Development

Run src/index.ts

$ pnpm start

Test

$ pnpm test

Build

Build your lib through vite

$ pnpm build

Publish

Publish your library to npm:

$ pnpm release
$ npm publish

Different from ts-starter

Bundling with vite, browser friendly.