1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-26 09:49:12 +00:00
mobilizon/js
Thomas Citharel 9949fdab3b
Properly handle remote interactions
Previously we used instance1 event local URL but now we use the URL
property of an event (so that we don't need to follow the redirection to
the original event)

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-01-15 16:55:58 +01:00
..
public
scripts/build
src Properly handle remote interactions 2021-01-15 16:55:58 +01:00
tests if an event has geo coordinates, add links to routing on OSM, with correct place and zoom of 14, 3 buttons to get routig as car, bike, and by feet. 2020-12-17 11:26:25 +01:00
.browserslistrc
.editorconfig
.eslintrc.js
.gitignore
.prettierignore
apollo.config.js
babel.config.js
cypress.json
fragmentTypes.json
get_union_json.ts
jest.config.js Add JUnit report to Jest front-end tests 2021-01-13 17:35:16 +01:00
package.json Add JUnit report to Jest front-end tests 2021-01-13 17:35:16 +01:00
README.md
schema.graphql if an event has geo coordinates, add links to routing on OSM, with correct place and zoom of 14, 3 buttons to get routig as car, bike, and by feet. 2020-12-17 11:26:25 +01:00
tsconfig.json
vue.config.js
yarn.lock Add JUnit report to Jest front-end tests 2021-01-13 17:35:16 +01:00

mobilizon

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.