Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiagodanin/vuejs-with-express

Example PWA + Nuxt + Vue + Axios + Express
https://github.com/tiagodanin/vuejs-with-express

axios express expressjs hacktoberfest nuxt nuxtjs pwa vue vuejs

Last synced: 16 days ago
JSON representation

Example PWA + Nuxt + Vue + Axios + Express

Awesome Lists containing this project

README

        

# VueJs with Express

[![Travis](https://img.shields.io/travis/TiagoDanin/VueJs-with-Express.svg?branch=master&style=flat-square)](https://travis-ci.org/TiagoDanin/VueJs-with-Express) [![Downloads](https://img.shields.io/npm/dt/vuejs-with-express.svg?style=flat-square)](https://npmjs.org/package/vuejs-with-express) [![Node](https://img.shields.io/node/v/vuejs-with-express.svg?style=flat-square)](https://npmjs.org/package/vuejs-with-express) [![Version](https://img.shields.io/npm/v/vuejs-with-express.svg?style=flat-square)](https://npmjs.org/package/vuejs-with-express) [![XO code style](https://img.shields.io/badge/code%20style-XO-red.svg?style=flat-square)](https://github.com/xojs/xo)

Example PWA + Nuxt + Vue + Axios + Express

## Installation

Module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tools.

```sh
# NPM
npm install vuejs-with-express --save
# Or Using Yarn
yarn add vuejs-with-express
```

## Usage

```sh
# Start
yarn dev
```

## Tests

To run the test suite, first install the dependencies, then run `test`:

```sh
# NPM
npm test
# Or Using Yarn
yarn test
```

## Dependencies

@nuxtjs/axios: Secure and easy axios integration with Nuxt.js
Author: alexchopin, atinux, clarkdo, galvez, nuxt.bot, pi0
License: MIT
Version: ^5.9.0

@nuxtjs/pwa: Supercharge Nuxt with a heavily tested, updated, zero-config and stable PWA solution!
Author: galvez, nuxt.bot, clarkdo, pi0, atinux, alexchopin
License:
Version: 3.0.0-beta.19

@nuxtjs/vuetify: Vuetify Module for Nuxt.js
Author: aldarund, alexchopin, atinux, clarkdo, galvez, kevinmarrec, nuxt.bot, pi0
License: MIT
Version: ^1.6.3

axios: Promise based HTTP client for the browser and node.js
Author: Matt Zabriskie
License: MIT
Version: ^0.19.0

body-parser: Node.js body parsing middleware
Author: dougwilson
License: MIT
Version: 1.19.0

cookie-session: cookie session middleware
Author: fishrock123, tjholowaychuk, dougwilson, jongleberry, defunctzombie
License: MIT
Version: 1.3.3

cross-env: Run scripts that set and use environment variables across platforms
Author: Kent C. Dodds
License: MIT
Version: ^6.0.3

express: Fast, unopinionated, minimalist web framework
Author: TJ Holowaychuk
License: MIT
Version: ^4.17.1

nuxt: A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)
Author: atinux
License: MIT
Version: ^2.11.0

vue: Reactive, component-oriented view layer for modern web interfaces.
Author: Evan You
License: MIT
Version: ^2.6.10

vuetify: Vue Material Component Framework
Author: John Leider
License: MIT
Version: 2.1.15

## Dev Dependencies

nodemon: Simple monitor script for use during development of a node.js app.
Author: Remy Sharp
License: MIT
Version: ^2.0.2

xo: JavaScript linter with great defaults
Author: Sindre Sorhus
License: MIT
Version: ^0.25.3

## Contributors

Pull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/TiagoDanin/VueJs-with-Express/issues). [List of all contributors](https://github.com/TiagoDanin/VueJs-with-Express/graphs/contributors).

## Thanks

- [danijelmartinek](https://github.com/danijelmartinek/nuxt.js-express-vuetify): Fork/Inspiration in nuxt.js-express-vuetify

## License

[MIT](LICENSE) © [Tiago Danin](https://tiagodanin.github.io)