Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sooniter/rslib-treeshaking-new-class
https://github.com/sooniter/rslib-treeshaking-new-class
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rslib-treeshaking-new-class
- Owner: SoonIter
- Created: 2024-12-10T13:39:14.000Z (14 days ago)
- Default Branch: master
- Last Pushed: 2024-12-10T13:39:17.000Z (14 days ago)
- Last Synced: 2024-12-13T13:45:08.509Z (11 days ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rslib Project
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Build the library:
```bash
pnpm build
```Build the library in watch mode:
```bash
pnpm dev
```