Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:46:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T22:49:42.272Z (over 1 year ago)
- Language: Vue
- Homepage: https://determined-panini-7baf61.netlify.com/
- Size: 1.21 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/9ab5efa4-9dd3-4482-93c0-192187096162/deploy-status)](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).