mobilizon/js
Thomas Citharel 605239130e
Refactor Picture upload
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-11-23 17:00:39 +01:00
..
public Remove about mobilizon page and add link to mobilizon.org 2020-10-26 11:38:45 +01:00
src Refactor Picture upload 2020-11-23 17:00:39 +01:00
tests/e2e Forbid creating usernames with uppercase characters 2020-11-17 19:54:40 +01:00
.browserslistrc
.editorconfig
.eslintrc.js
.gitignore
.prettierignore
README.md
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
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

README.md

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.