mobilizon/js
778a69cd 4a9dbfb4e0 use rotespotsdamn favicon
convert -resize x16 -gravity center -crop 16x16+0+0 -flatten -colors 256 favicon.svg js/public/img/icons/favicon-16x16.png
convert -resize x32 -gravity center -crop 32x32+0+0 -flatten -colors 256 favicon.svg js/public/img/icons/favicon-32x32.png

convert -resize x16 -gravity center -crop 16x16+0+0 -flatten -colors 256 favicon.svg favicon-16x16.ico
convert -resize x32 -gravity center -crop 32x32+0+0 -flatten -colors 256 favicon.svg favicon-32x32.ico
convert -resize x48 -gravity center -crop 48x48+0+0 -flatten -colors 256 favicon.svg favicon-48x48.ico
convert favicon-16x16.ico favicon-32x32.ico favicon-48x48.ico js/public/favicon.ico

convert -resize x180 favicon.svg js/public/img/icons/apple-touch-icon.png
convert -resize x180 favicon.svg js/public/img/icons/apple-touch-icon-180x180.png
convert -resize x152 favicon.svg js/public/img/icons/apple-touch-icon-152x152.png
convert -resize x120 favicon.svg js/public/img/icons/apple-touch-icon-120x120.png
convert -resize x76  favicon.svg js/public/img/icons/apple-touch-icon-76x76.png
convert -resize x60  favicon.svg js/public/img/icons/apple-touch-icon-60x60.png
2023-08-08 21:10:54 +02:00
..
public use rotespotsdamn favicon 2023-08-08 21:10:54 +02:00
scripts/build Produce and use webp pictures with different sizes 2020-12-11 15:27:04 +01:00
src red color in sitebar 2023-08-08 21:10:54 +02:00
tests/unit Update snapshots after front-end changes 2022-04-20 16:18:12 +02:00
.browserslistrc Update Browser compatibility 2021-06-21 09:18:32 +02:00
.editorconfig Fix lint issues 2020-11-30 12:48:21 +01:00
.eslintrc.js Remove cypress 2021-11-25 16:46:21 +01:00
.gitignore Introduce basic js unit tests 2020-12-02 12:08:32 +01:00
.prettierignore Introduce basic js unit tests 2020-12-02 12:08:32 +01:00
.prettierrc.json Fix prettier config 2021-11-26 09:45:54 +01:00
babel.config.js Introduce group basic federation, event new page and notifications 2020-06-03 16:01:26 +02:00
cypress.json Run prettier on files 2020-06-25 12:30:29 +02:00
fragmentTypes.json Show group followed/member events on homepage 2021-11-02 19:50:27 +01:00
get_union_json.ts Fix lint issues 2020-11-30 12:48:21 +01:00
jest.config.js Add JUnit report to Jest front-end tests 2021-01-13 17:35:16 +01:00
package.json Release 2.1.0 2022-05-16 12:12:53 +02:00
postcss.config.js Add TailwindCSS 2022-01-17 14:41:03 +01:00
README.md Introduce group basic federation, event new page and notifications 2020-06-03 16:01:26 +02:00
tailwind.config.js Improve actor cards integration 2022-04-22 12:00:47 +02:00
tsconfig.json Some fixes 2021-10-11 17:56:23 +02:00
vue-i18n-extract.config.js Add a config file for vue-i18n-extract 2021-09-30 15:58:05 +02:00
vue.config.js Remove attribute type="text/css" from <style> tags 2022-04-21 17:13:21 +02:00
yarn.lock Update deps 2022-05-16 12:12:23 +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.