1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-03 13:54:38 +00:00
mobilizon/js
Thomas Citharel c9457fe0d3
Track usage of media files and add a job to clean them
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-11-26 17:53:33 +01:00
..
public Remove about mobilizon page and add link to mobilizon.org 2020-10-26 11:38:45 +01:00
src Track usage of media files and add a job to clean them 2020-11-26 17:53:33 +01:00
tests/e2e Forbid creating usernames with uppercase characters 2020-11-17 19:54:40 +01:00
.browserslistrc
.editorconfig
.eslintrc.js Improve texts 2020-08-31 14:25:21 +02:00
.gitignore
.prettierignore
apollo.config.js
babel.config.js
cypress.json
fragmentTypes.json
get_union_json.ts
package.json Release 1.0.2 2020-11-16 10:05:01 +01:00
README.md
schema.graphql Improve GraphQL documentation and cleanup API 2020-11-20 11:44:00 +01:00
tsconfig.json Improve GraphQL documentation and cleanup API 2020-11-20 11:44:00 +01:00
vue.config.js Remove outdated comments in vue.config.js 2020-10-14 18:57:44 +02:00
yarn.lock Upgrade deps and cleanup 2020-11-16 10:04: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.