Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tiagodanin/vuejs-with-express
- Owner: TiagoDanin
- License: mit
- Created: 2019-04-16T16:45:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T02:19:39.000Z (2 months ago)
- Last Synced: 2024-10-22T08:32:26.652Z (25 days ago)
- Topics: axios, express, expressjs, hacktoberfest, nuxt, nuxtjs, pwa, vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.08 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.3axios: Promise based HTTP client for the browser and node.js
Author: Matt Zabriskie
License: MIT
Version: ^0.19.0body-parser: Node.js body parsing middleware
Author: dougwilson
License: MIT
Version: 1.19.0cookie-session: cookie session middleware
Author: fishrock123, tjholowaychuk, dougwilson, jongleberry, defunctzombie
License: MIT
Version: 1.3.3cross-env: Run scripts that set and use environment variables across platforms
Author: Kent C. Dodds
License: MIT
Version: ^6.0.3express: Fast, unopinionated, minimalist web framework
Author: TJ Holowaychuk
License: MIT
Version: ^4.17.1nuxt: A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)
Author: atinux
License: MIT
Version: ^2.11.0vue: Reactive, component-oriented view layer for modern web interfaces.
Author: Evan You
License: MIT
Version: ^2.6.10vuetify: 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.2xo: 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)