An open API service indexing awesome lists of open source software.

https://github.com/fumeapp/docs

fume documentation
https://github.com/fumeapp/docs

deployment docs fume nuxtjs

Last synced: about 1 month ago
JSON representation

fume documentation

Awesome Lists containing this project

README

          



# fume documentation

[![nuxt.js](https://img.shields.io/badge/nuxt.js-v2.14.7-04C690.svg)](https://nuxtjs.org)
[![fume](https://img.shields.io/badge/fume-deployed-362f78.svg)](https://fume.app)
[![fume](https://img.shields.io/badge/fume-deployed-b6c6fc.svg)](https://fume.app)
[![fume](https://img.shields.io/badge/fume-deployments:16-362f78.svg)](https://fume.app)
[![fume](https://img.shields.io/badge/fume-deployments:12-b6c6fc.svg)](https://fume.app)

## Setup

Install dependencies:

```bash
yarn install
```

## 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).