OpenMobileAlliance / dmse-documentation

This repository is dedicated to DMSE-Documentation
https://guidelines.openmobilealliance.org/
1 stars 2 forks source link
iot lwm2m lwm2m-client lwm2m-gateway lwm2m-protocol lwm2m-server

dmse-documentation

Setup

Install dependencies:

yarn install

Development

yarn dev

Static Generation

This will create the dist/ directory for publishing to static hosting:

yarn generate

To preview the static generated app, run yarn start

For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.