Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ðŸ”
- Host: GitHub
- URL: https://github.com/Barbapapazes/unjs-relations
- Owner: Barbapapazes
- Archived: true
- Created: 2023-11-11T16:38:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T17:30:15.000Z (10 months ago)
- Last Synced: 2024-03-13T18:42:41.291Z (10 months ago)
- Topics: nuxt, nuxt-ui, unjs, vue
- Language: Vue
- Homepage: https://unjs.io/relations
- Size: 4.94 MB
- Stars: 29
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```