https://github.com/kekkorider/nuxt-prismic-app
Create a NuxtJS-powered website retrieving content from Prismic on generate
https://github.com/kekkorider/nuxt-prismic-app
Last synced: 3 months ago
JSON representation
Create a NuxtJS-powered website retrieving content from Prismic on generate
- Host: GitHub
- URL: https://github.com/kekkorider/nuxt-prismic-app
- Owner: kekkorider
- Created: 2019-02-08T09:02:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:46:16.000Z (over 2 years ago)
- Last Synced: 2025-01-16T03:53:50.239Z (5 months ago)
- Language: Vue
- Homepage: https://determined-panini-7baf61.netlify.com/
- Size: 1.21 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/determined-panini-7baf61/deploys)
# my-nuxt-prismic-app
> My first-rate Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).