nuxt-express
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
-
During the development, use:
$ npm run dev -
backpack is used to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).