http/docs
renovate[bot] dbe881222e
chore(deps): update all non-major dependencies (#156)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-23 11:15:04 +01:00
..
content docs: add examples http methods (#150) 2020-12-02 13:57:47 +01:00
static docs: add examples http methods (#150) 2020-12-02 13:57:47 +01:00
.gitignore docs: migrate from vuepress to nuxt content (#133) 2020-10-09 12:11:26 +02:00
nuxt.config.js docs: migrate from vuepress to nuxt content (#133) 2020-10-09 12:11:26 +02:00
package.json chore(deps): update all non-major dependencies (#156) 2020-12-23 11:15:04 +01:00
readme.md docs: migrate from vuepress to nuxt content (#133) 2020-10-09 12:11:26 +02:00
tailwind.config.js docs: migrate from vuepress to nuxt content (#133) 2020-10-09 12:11:26 +02:00
yarn.lock chore(deps): update all non-major dependencies (#156) 2020-12-23 11:15:04 +01:00

readme.md

docs

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.