Nuxt.js project with Prismic.io
# 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
- Prismic, Javascript integration
- Nuxt.js Guide