Skip to content

Creating isomorphic web applications with Nuxt and Express.

Notifications You must be signed in to change notification settings

lautiamkok/nuxt-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.).

About

Creating isomorphic web applications with Nuxt and Express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published