Home
Softono
prismic_nuxt

prismic_nuxt

Open source Vue
20
Stars
2
Forks
1
Issues
3
Watchers
7 years
Last Commit

About prismic_nuxt

Nuxt.js and Prismic.io integration experiments

Platforms

Web Self-hosted

Languages

Vue

Links

prismic_nuxt

Nuxt.js project with Prismic.io

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ export API_PRISMIC_URL="https://your-prismic-url.prismic.io"
$ npm run dev

# build for production and launch server (TODO)
$ npm run build
$ npm start

# generate static project (TODO)
$ npm run generate

Useful Links