1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-27 18:31:07 +00:00
mobilizon/js
Thomas Citharel eecb04516e
Add the map in search view
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-09-01 10:00:17 +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 the map in search view 2022-09-01 10:00:17 +02:00
tests Add global search 2022-08-28 10:02:06 +02:00
.browserslistrc
.editorconfig
.eslintrc.js Add global search 2022-08-28 10:02:06 +02:00
.gitignore Add global search 2022-08-28 10:02:06 +02:00
.prettierignore
.prettierrc.json
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
jest.config.js
package.json Add the map in search view 2022-09-01 10:00:17 +02:00
playwright.config.ts Add global search 2022-08-28 10:02:06 +02:00
postcss.config.js
README.md
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 Add global search 2022-08-28 10:02:06 +02:00
vue-i18n-extract.config.js
yarn.lock Add the map in search view 2022-09-01 10:00:17 +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.