https://github.com/thomasbnt/nuxt-components-content
Nuxt.js + @nuxt/components + @nuxt/content issue
https://github.com/thomasbnt/nuxt-components-content
Last synced: 4 months ago
JSON representation
Nuxt.js + @nuxt/components + @nuxt/content issue
- Host: GitHub
- URL: https://github.com/thomasbnt/nuxt-components-content
- Owner: thomasbnt
- Created: 2020-06-22T21:58:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T08:33:57.000Z (almost 6 years ago)
- Last Synced: 2025-10-08T12:35:49.497Z (8 months ago)
- Size: 151 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# issue
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).