1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-02-02 15:01:38 +00:00
mobilizon/js
Thomas Citharel 9b6aee0102 Merge branch 'fix-push-notifications-safari' into 'master'
Fix Notifications page broken page on Safari

Closes #772

See merge request framasoft/mobilizon!991
2021-07-21 10:55:45 +00:00
..
public
scripts/build
src Merge branch 'fix-push-notifications-safari' into 'master' 2021-07-21 10:55:45 +00:00
tests Update jest snapshot 2021-06-21 09:12:12 +02:00
.browserslistrc Update Browser compatibility 2021-06-21 09:18:32 +02:00
.editorconfig
.eslintrc.js
.gitignore
.prettierignore
.prettierrc.json
babel.config.js
cypress.json
fragmentTypes.json
get_union_json.ts
jest.config.js
package.json Release 1.2.3 2021-07-02 15:12:10 +02:00
README.md
tsconfig.json
vue.config.js
yarn.lock Upgrade deps 2021-07-01 10:00:23 +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.