mobilizon/js
778a69cd 22dbfad98c add smoke-free as a metadata option for events 2022-09-21 14:24:36 +02:00
..
public Add global search 2022-08-28 10:02:06 +02:00
scripts/build Convert all jpg pictures to webp 2022-08-12 16:40:04 +02:00
src add smoke-free as a metadata option for events 2022-09-21 14:24:36 +02:00
tests Fix js unit test for report modal 2022-09-21 08:35:22 +02:00
.browserslistrc
.editorconfig
.eslintrc.js Fix lint issues, update deps 2022-09-20 17:06:42 +02:00
.gitignore Add global search 2022-08-28 10:02:06 +02:00
.prettierignore
.prettierrc.json Fix prettier config 2021-11-26 09:45:54 +01:00
README.md
cypress.json
env.d.ts Add typings for vite import.meta.env 2022-08-28 10:54:24 +02:00
fragmentTypes.json
get_union_json.ts Add global search 2022-08-28 10:02:06 +02:00
histoire.config.ts Migrate to Vue 3 and Vite 2022-08-11 16:46:31 +02:00
package.json Fix tests for CI 2022-09-21 08:32:42 +02:00
playwright.config.ts Add global search 2022-08-28 10:02:06 +02:00
postcss.config.js Add TailwindCSS 2022-01-17 14:41:03 +01:00
tailwind.config.js Add global search 2022-08-28 10:02:06 +02:00
tsconfig.json Migrate to Vue 3 and Vite 2022-08-11 16:46:31 +02:00
vite.config.js Fix vitest junit coverage runs 2022-09-21 10:33:50 +02:00
vue-i18n-extract.config.js
yarn.lock Fix tests for CI 2022-09-21 08:32:42 +02: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.