Basic samples creating a Nuxt application with Express.
Read the post about this repository.
- 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
-
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.).