Skip to content
/ workspace-template Public template

A pnpm workspace including a vue component library and nuxt 3 project as a monorepo

Notifications You must be signed in to change notification settings

a2k42/workspace-template

Repository files navigation

Workspace Template

A pnpm workspaces monorepo scaffold with a Vue Component Library and Nuxt 3 project.

Read the Notes for a walkthrough of how it was setup.

Copy the Template

One way, not necessarily the best way, to create a new repository from a template is:

git clone --depth 1 --bare [email protected]:a2k42/workspace-template.git my-workspace.git && cd my-workspace.git

Then

git remote remove origin

Track Upstream but Push Elsewhere

🚧 This section needs work.

# Set a different (empty) url to push to. Fetch still uses the default url
git remote set-url --push origin ""

# A pushurl must be set first, by default there's just a url
git remote set-url --delete --push origin url
# or
git config --unset-all remote.origin.pushurl

About

A pnpm workspace including a vue component library and nuxt 3 project as a monorepo

Resources

Stars

Watchers

Forks