Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkatsanos/missed-connections-client-vue
A personal messages SPA built with Node/Mongo/Express/Vue.js
https://github.com/gkatsanos/missed-connections-client-vue
es6 spa vuejs
Last synced: about 1 month ago
JSON representation
A personal messages SPA built with Node/Mongo/Express/Vue.js
- Host: GitHub
- URL: https://github.com/gkatsanos/missed-connections-client-vue
- Owner: gkatsanos
- License: mit
- Created: 2017-08-19T16:56:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:30:07.000Z (about 2 years ago)
- Last Synced: 2024-12-03T01:36:15.655Z (about 1 month ago)
- Topics: es6, spa, vuejs
- Language: JavaScript
- Homepage:
- Size: 806 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Client
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Build Status](https://travis-ci.org/gkatsanos/isawyou-client.svg?branch=master)](https://travis-ci.org/gkatsanos/isawyou-client)
[![Coverage Status](https://coveralls.io/repos/github/gkatsanos/missed-connections-client/badge.svg?branch=master)](https://coveralls.io/github/gkatsanos/missed-connections-client?branch=master)A Vue.js / Express.js / MongoDB based SPA.
## Build Setup for Frontend
``` bash
# install dependencies
yarn# serve with hot reload at localhost:8080
yarn dev# build for production with minification
yarn build# build for production and view the bundle analyzer report
yarn build --report# run unit tests
yarn unit# run all tests
yarn test
```## Server
Check https://github.com/gkatsanos/isawyou-server