http/docs
Renovate Bot dfaa70090e
chore(deps): update all non-major dependencies
2021-01-26 17:22:04 +00:00
..
content docs: try ts for syntax highlight 2021-01-20 11:59:32 +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: migration to docus (#162) 2021-01-20 10:43:26 +01:00
package.json chore(deps): update all non-major dependencies 2021-01-26 17:22:04 +00: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 2021-01-26 17:22:04 +00: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.