1.0.0 • Published 5 years ago
@molgenis/molgenis-i18n-js v1.0.0
molgenis-js-i18n
A Vue.js plugin for the internationalization of MOLGENIS Vue applications
Installation
yarn add molgenis-i18n-js
Getting Started
View /src/main.js for usage example.
Run the example with:  yarn dev
Development
yarn dev to run dev server during development.
yarn test to run tests.
yarn build to create new production build.
How to commit
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"How to publish
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/.
Changelog
Details changes for each release are documented in the CHANGELOG.md.