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
- Host: GitHub
- URL: https://github.com/fumeapp/docs
- Owner: fumeapp
- License: mit
- Created: 2020-10-25T09:15:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T16:57:45.000Z (about 2 years ago)
- Last Synced: 2025-09-06T01:48:51.570Z (about 1 month ago)
- Topics: deployment, docs, fume, nuxtjs
- Language: JavaScript
- Homepage: https://docs.fume.app
- Size: 625 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
![]()
# fume documentation
[](https://nuxtjs.org)
[](https://fume.app)
[](https://fume.app)
[](https://fume.app)
[](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).