lautiamkok / nuxt-express

Creating isomorphic web applications with Nuxt and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 57.9%Language:Vue 37.3%Language:CSS 4.7%