MCPcopy Index your code
hub / github.com/LinusBorg/vue-lib-template

github.com/LinusBorg/vue-lib-template @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
1 symbols 11 edges 10 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Vue Library-Monorepo Template

My personal repo template for developing Vue 3 libraries in a monorepo powered by pnpm workspaces

STATE: Still working on this here and ther, but it's working fine, usually ☺️

What is this and who is it for?

This is a template to use for new Vue 3 library projects. It comes with a lot of useful stuff pre-configured because I'm lazy.

This template is primarily meant for myself (but you can of course you it any way you please!). I wanted a template to quickly reach for when I want to start a new Vue project, especially for libraries.

As such, it is pretty opinionated, and probably does some things in way you don't like, or is missing something you deem essential. That's fine. Fork it and make it your own :)

Features

  • ✅ Full Typescript support for the whole dev workflow
  • ⚡️ Ergonomic and easy workflow completely powered by Vite & PNPM:
  • 🎯 Build your libraries with Vite
  • ⛱️ Typechecking & Generating declaration files with vue-tsc(https://github.com/johnsoncodehk/volar/tree/master/vue-language-tools/vue-tsc)
  • 🏈 Integrated playground app powered by Vite as well
  • 💊 Unit Tests with Vitest
  • 🖍 Linting with eslint and prettier
  • [PLANNED] linting & fixing for staged files (lint-staged)
  • 📚 Documentation powered by Vitepress
  • Ready to be deployed to Netlify

Documentation, FAQ and Troubleshooting

see Github wiki: ...(TBD)

Commands

All commands can be run directly from the project root like:

pnpm start

We use pnpm to run commands in individual workspaces as needed.

build

Build everything: library packages, docs and playground app

pnpm dev

starts the Vite dev server for the playground app for testing playing around with your libraries manually.

During play, no bundling has to be done as all of the library package's code is compiled JIT in the playground app.

This app can also be used for end-to-end tests (tooling for that currently not included in this template)

pnpm lint

Run eslint on all packages

pnpm test

Run vitest unit tests on all packages. Tests will start in watch mode by default. To ru tests once, you can run test-ci instead.

Core symbols most depended-on inside this repo

install
called by 0
packages/lib/src/index.ts

Shape

Function 1

Languages

TypeScript100%

Modules by API surface

packages/lib/src/index.ts1 symbols

For agents

$ claude mcp add vue-lib-template \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact