Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).