IMPORTANT: dependencies for this repositories are not kept updated and may contain security vulnerabilities.
Front-end web app used in the JoinUp App.
Provides an interactive map allowing users to share their location with friends and set a meetup point.
Team website: Core 55
- node
- npm
- View Layer: Vue.js
- Routing: vue-router
- Server communication: vue-resource
- Build Tool: Webpack + vue-loader
- Design Framework: element-UI
- Other Core Libraries: googleMaps
- Clone with SSH:
git clone git@gits-15.sys.kth.se:core55/web.git - Rename the
config/dotenv.example.jstoconfig/dotenv.js - Make sure to add your own
googleMaps API keyand specify the address of theREST APItoconfig/dotenv.js
module.exports = {
GOOGLE_MAP_KEY: '"TOKEN_HERE"',
API_URL: '"API_HERE"'
}- Run
npm installto install the dependencies - Enter
npm run devto start up a local server onport :8080by default