https://github.com/savyjs/vuetify-strapi-page-documentation
https://github.com/savyjs/vuetify-strapi-page-documentation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/savyjs/vuetify-strapi-page-documentation
- Owner: savyjs
- Created: 2021-03-15T11:44:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T14:33:31.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T01:43:43.507Z (over 1 year ago)
- Language: JavaScript
- Size: 403 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-js-content
## 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).