https://github.com/savyjs/vuetify-strapi-dashboard-documentation
vuetify-dashboard.com
https://github.com/savyjs/vuetify-strapi-dashboard-documentation
Last synced: 11 months ago
JSON representation
vuetify-dashboard.com
- Host: GitHub
- URL: https://github.com/savyjs/vuetify-strapi-dashboard-documentation
- Owner: savyjs
- Created: 2021-01-28T23:51:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T10:21:54.000Z (over 4 years ago)
- Last Synced: 2025-04-03T02:35:15.614Z (about 1 year ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- 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).