http/docs/readme.md

28 lines
452 B
Markdown
Raw Permalink Normal View History

# docs
2019-03-24 10:40:04 +00:00
## Setup
2019-03-24 10:40:04 +00:00
Install dependencies:
2019-04-09 09:30:31 +00:00
```bash
yarn install
```
2019-04-09 09:30:31 +00:00
## Development
```bash
yarn dev
```
## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
yarn generate
```
To preview the static generated app, run `yarn start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).