Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 586 Bytes

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