http/docs
Sébastien Chopin bb1014d6af
docs: improve content
2020-10-16 16:22:42 +02:00
..
content docs: improve content 2020-10-16 16:22:42 +02: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.