http/docs
Vinicius Kiatkoski Neves ecf3fc4a9e
docs: update internal links (#140)
2020-10-16 11:39:52 +02:00
..
content docs: update internal links (#140) 2020-10-16 11:39:52 +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 all non-major dependencies (#138) 2020-10-16 10:05:07 +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 all non-major dependencies (#138) 2020-10-16 10:05:07 +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.