A Vue.js plugin for the internationalization of MOLGENIS Vue applications
yarn add molgenis-i18n-js
View /sr/main.js for usage example.
Run the example with: yarn dev
yarn dev
to run dev server during development.
yarn test
to run tests.
yarn build
to create new production build.
We use conventional commits to generate changelogs and release notes. Please check: https://www.conventionalcommits.org/
Example
git commit file.ext -m "fix(file.ext): fixes something"
Each time a PR is merged a release will be done to NPM. The CHANGELOG.md and GitHub release will be ammended.
The version of the package is based upon convential commits. Check: http://commitizen.github.io/cz-cli/.
Details changes for each release are documented in the CHANGELOG.md.