1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-02-22 09:10:46 +00:00
mobilizon/js
Thomas Citharel c296381ed6
[Security] Fix events being editable by other users that organizers
Closes 

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-09 18:12:35 +02:00
..
public
src [Security] Fix events being editable by other users that organizers 2020-10-09 18:12:35 +02:00
tests/e2e
.browserslistrc
.editorconfig
.eslintrc.js
.gitignore
.prettierignore
apollo.config.js
babel.config.js
cypress.json
fragmentTypes.json
get_union_json.ts
package.json Upgrade deps 2020-10-08 09:24:26 +02:00
README.md
tsconfig.json
vue.config.js Allow nodejs build process to use a lower RAM value 2020-10-08 10:20:14 +02:00
yarn.lock Upgrade deps 2020-10-08 09:24:26 +02: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.