Skip to content

Gun-Vue tech stack

The name of the app states the two main libs that we use. But there's so much more!

Composables

Components

App

  • Vite - Next Generation Frontend Tooling

Docs

Relay

  • Express - Fast, unopinionated, minimalist web framework for Node.js

Shared tools

  • pnpm workspaces - pnpm has built-in support for monorepositories (AKA multi-package repositories, multi-project repositories, or monolithic repositories). You can create a workspace to unite multiple projects inside a single repository.
  • Changesets - A tool to manage versioning and changelogs with a focus on multi-package repositories
  • TypeDoc - TypeDoc converts comments in TypeScript source code into rendered HTML documentation or a JSON model.

MIT