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
- Vitepress - Vite & Vue Powered Static Site Generator. Simple, powerful, and fast. Meet the modern SSG framework you've always wanted.
- Local search - need to fix the indexing (https://github.com/lucaong/minisearch/)
- Config
- Diataxis - A systematic framework for technical documentation authoring.
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.