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 [email protected]:core55/web.git
- Rename the
config/dotenv.example.js
toconfig/dotenv.js
- Make sure to add your own
googleMaps API key
and specify the address of theREST API
toconfig/dotenv.js
module.exports = {
GOOGLE_MAP_KEY: '"TOKEN_HERE"',
API_URL: '"API_HERE"'
}
- Run
npm install
to install the dependencies - Enter
npm run dev
to start up a local server onport :8080
by default