http/docs
Sébastien Chopin 9f2577c7ca docs: improve logo alignement 2020-10-09 14:03:15 +02:00
..
content docs: add preview and theme switcher 2020-10-09 14:00:59 +02:00
static docs: improve logo alignement 2020-10-09 14:03:15 +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 docs: migrate from vuepress to nuxt content (#133) 2020-10-09 12:11:26 +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 docs: migrate from vuepress to nuxt content (#133) 2020-10-09 12:11:26 +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.