http/docs
Alexander Lichter 5b3de263eb
docs: fix links (#144)
2020-10-27 18:28:48 +01:00
..
content docs: fix links (#144) 2020-10-27 18:28:48 +01:00
static docs: update preview color 2020-10-09 14:04:39 +02: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 dependency @nuxt/content-theme-docs to ^0.7.2 (#139) 2020-10-16 11:40:08 +02: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 dependency @nuxt/content-theme-docs to ^0.7.2 (#139) 2020-10-16 11:40:08 +02: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.