Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Barbapapazes/unjs-relations

Visualize interdependencies between UnJS repositories 🔭
https://github.com/Barbapapazes/unjs-relations

nuxt nuxt-ui unjs vue

Last synced: about 1 month ago
JSON representation

Visualize interdependencies between UnJS repositories 🔭

Awesome Lists containing this project

README

        

> [!WARNING]
> This project has moved to the official [UnJS website](https://github.com/unjs/website).

![Every UnJS Packages](./.github/assets/banner.png)

# Relations UnJS

[![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)

Discover UnJS ecosystem from a new angle! 🔭

- 🪄 Visualize dependencies from UnJS packages
- 🎨 Add any npm package to the graph
- 📦 Add packages from a GitHub repository or organization
- 👶 Print children UnJS dependencies
- 🌙 Enable dark mode

[👉 Check it out](https://unjs-relations.barbapapazes.dev/)

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
pnpm run dev
```

## Production

Build the application for production:

```bash
pnpm run build
```

Locally preview production build:

```bash
pnpm run preview
```