stefanonepa / EPFLArrival

A vue application for EPFL's newcomers (but not only...)

Home Page:https://ponsfrilus.github.io/EPFLArrival/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EPFL Arrival

A Vue.js project for EPFL's newcomers.

This project serves two aims:

  1. Provide a user friendly website for newcomers to easily find services and resources they might need;
  2. Act as a discovery tools for EPFL employees.

For now, the site is available online on https://ponsfrilus.github.io/EPFLArrival/.

How to add new tiles

You may want to have a look to the CONTRIBUTING guide.

💡 Heads up: In order to serve your local copy of tiles.json you will have to use npm run local, while npm run dev will serve remote JSON data from github.

The smart way

It should be pretty straight-forward if you are familiar with github:

  1. Fork the repository,
  2. Edit the ./data/tiles.json file,
  3. Run npm install, npm run local & npm run test to install and check everythings,
  4. Create a Pull Request.

The new way

Leave me a message on Telegram@ponsfrilus.

The old way

You can send me a mail once you have tried rly rly hard the others ways.

Developers

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# serve (with local tiles.json) with hot reload at localhost:8080
npm run local

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

A vue application for EPFL's newcomers (but not only...)

https://ponsfrilus.github.io/EPFLArrival/

License:MIT License


Languages

Language:JavaScript 77.3%Language:Vue 21.4%Language:HTML 1.4%