https://github.com/qqxs/rollup-typescript-lib-starter
rollup + typescript develop frontend library
https://github.com/qqxs/rollup-typescript-lib-starter
library rollup swc typescript
Last synced: about 1 year ago
JSON representation
rollup + typescript develop frontend library
- Host: GitHub
- URL: https://github.com/qqxs/rollup-typescript-lib-starter
- Owner: qqxs
- License: mit
- Created: 2020-01-09T14:30:26.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T15:37:02.000Z (about 1 year ago)
- Last Synced: 2025-05-07T03:47:35.298Z (about 1 year ago)
- Topics: library, rollup, swc, typescript
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## typescript-lib-starter
   
用来开发前端库,支持 Typescript/Javascript。
### Use
```sh
# install
pnpm install
# development
pnpm run dev
# build dist and api document
pnpm run build
# api document
pnpm run docs
# test
pnpm run test
```