Install from github
yarn add https://github.com/17media/vmo-lib.git#latest
Use components or hooks with vmo-frontend. See Playground folder for use case
copy paste whole components file in template can quickly make custom components. See Template folder
Use yarn remove vmo-lib & yarn add https://github.com/17media/vmo-lib.git to reinstall the library
yarn start
leave comments when coding (support Markdown!) and it would generate docs automatically.
Here is typedoc guideline
Generate document
yarn doc
where config at typedoc.json
to confirm what options have been loaded:
npx typedoc --showConfig
Run the following command to make sure build successfully.
yarn build:both
To run the following command, you need to wait until feature branch successfully merged back to master since that is the correct version you want to deploy. After passing QA test, follow "Release" step to release the version.
yarn deploy:both
git checkout mastergit pullyarnyarn deploy:libGenerated using TypeDoc