DSM Vue 3 Tailwind Components
A monorepo for coordinating the publishing of documentation for the library with Lerna managing the publication of each individual package.
Documentation
Documentation
- Commit the repo with a
#patch
,#minor
or#major
tag in your commit message. - The documentation will now be automatically built and copied to the live server.
Components
- From your local machine, run
npm run build:all
. This will build the global stylesheet and the individual components - Commit any changes to git (required for lerna publish to work)
- Run
npm run publish
- Lerna will ask you for a semantic version for any components which have changes to publish
DSM Design Ltd