1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-22 07:52:43 +00:00
mobilizon/js
Thomas Citharel 4b021f50e5
Clearer logic whether to show or not the participation button
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-12-01 12:35:05 +01:00
..
public Remove about mobilizon page and add link to mobilizon.org 2020-10-26 11:38:45 +01:00
src Clearer logic whether to show or not the participation button 2020-12-01 12:35:05 +01:00
tests/e2e Fix lint issues 2020-11-30 12:48:21 +01:00
.browserslistrc
.editorconfig Fix lint issues 2020-11-30 12:48:21 +01:00
.eslintrc.js Fix lint issues 2020-11-30 12:48:21 +01:00
.gitignore
.prettierignore
apollo.config.js
babel.config.js
cypress.json
fragmentTypes.json
get_union_json.ts Fix lint issues 2020-11-30 12:48:21 +01:00
package.json Use better upstream deps 2020-11-30 12:48:23 +01:00
README.md
schema.graphql Update GraphQL schema file 2020-11-27 17:25:41 +01:00
tsconfig.json Improve GraphQL documentation and cleanup API 2020-11-20 11:44:00 +01:00
vue.config.js Fix lint issues 2020-11-30 12:48:21 +01:00
yarn.lock Use better upstream deps 2020-11-30 12:48:23 +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.