A versatile Vite/Nuxt plugin that adds visual layout aid for integrating web pages.
During build, this module will be an empty string, making it dev-only.
- Vite via
vite-plugin-layoutaid - Nuxt via
@layoutaid/nuxt
- Every layoutaid is togglable with a hotkey.
- An option to enable the plugin in prod is available.
- Available layoutaids:
Shows an outline around each element. Enable/disable with hotkey: ctrl + o
Shows column guides. Enable/disable with hotkey: ctrl + g
The code is structured in monorepo.
We use pnpm changesets to release versions.
- Init the changeset with
pnpm changeset. Follow the prompts. - If needed, add details to the release in the generated md file.
- Update the versions with
pnpm changeset version - Run
pnpm installto rebuild the lockfile. - Run
pnpm run releaseto run the custom release script (only UNIX systems for now)

