1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-02-11 19:24:40 +00:00
mobilizon/js
Thomas Citharel bec1c69d4b Merge branch 'update-instance-actor-when-updating-instance-description' into 'master'
Update Instance Actor when updating instance settings

Closes #365

See merge request framasoft/mobilizon!514
2020-07-07 17:34:52 +02:00
..
public Run prettier on files 2020-06-25 12:30:29 +02:00
src Merge branch 'update-instance-actor-when-updating-instance-description' into 'master' 2020-07-07 17:34:52 +02:00
tests/e2e
.browserslistrc
.editorconfig
.eslintrc.js Run prettier on files 2020-06-25 12:30:29 +02:00
.gitignore
.prettierignore Make prettier ignore lang JSON files 2020-06-26 15:35:58 +02:00
apollo.config.js
babel.config.js
cypress.json Run prettier on files 2020-06-25 12:30:29 +02:00
fragmentTypes.json
get_union_json.ts
package.json Upgrade deps 2020-07-06 15:42:59 +02:00
README.md
tsconfig.json Run prettier on files 2020-06-25 12:30:29 +02:00
vue.config.js
yarn.lock Upgrade deps 2020-07-06 15:42:59 +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.