Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T10:53:44.000Z (3 months ago)
- Last Synced: 2024-11-13T09:51:35.008Z (about 2 months ago)
- Topics: library, rollup, swc, typescript
- Language: TypeScript
- Homepage:
- Size: 1.82 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## typescript-lib-starter
![build](https://github.com/qqxs/rollup-typescript-lib-starter/workflows/build/badge.svg) ![Download](https://img.shields.io/npm/dm/rollup-typescript-lib-starter.svg) ![Version](https://img.shields.io/npm/v/rollup-typescript-lib-starter.svg) ![License](https://img.shields.io/npm/l/rollup-typescript-lib-starter.svg)
用来开发前端库,支持 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
```