nuxt-express icon indicating copy to clipboard operation
nuxt-express copied to clipboard

Creating isomorphic web applications with Nuxt and Express.

Nuxt + Express

Basic samples creating a Nuxt application with Express.

Read the post about this repository.

Dependencies

  • nuxt - A framework for creating Universal Vue.js Applications.
  • exprerss - Fast, unopinionated, minimalist web framework for node.
  • axios -Promise based HTTP client for the browser and node.js)
  • cross-env - Run scripts that set and use environment variables across platforms

Notes

  1. During the development, use: $ npm run dev

  2. backpack is used to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).