mobilizon/js
Thomas Citharel 3eacbb2ca3
Improve GraphQL documentation and cleanup API
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-11-20 11:44:00 +01:00
..
public
src Improve GraphQL documentation and cleanup API 2020-11-20 11:44:00 +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
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.