Skip to content

Camzilla/express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt.js with Express and Prismic.io

Fork notes:

A working example of using nuxt with express and prismic io. Prismics documentation and examples are inconsistent, but this works for setting up the basics.


Make sure to use a version of vue-cli >= 2.1 (vue -V).

ExpressJS Changes

  • The routes directory is called api.

Commands

Command Description
npm run dev Start ExpressJS server in development with Nuxt.js in dev mode (hot reloading). Listen on http://localhost:3000.
npm run build Build the nuxt.js web application for production.
npm start Start ExpressJS server in production.

Documentation

Licenses

About

Starter template for Nuxt.js with Express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • Vue 39.8%
  • CSS 4.6%