Productlog is a web application to create and host product changelogs and release notes for your products. Changelogs help market your products and keep your users and community up to date and engaged. Productlog also has a what's new widget to embed on your website with a simple javascript snippet. Host Productlog yourself for free or use the managed Productlog service: https://productlog.dev
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.