Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```