forked from potsda.mn/mobilizon
778a69cd
d8dfe97e3e
cp favicon.svg js/public/img/icons/favicon.svg convert -resize x16 -gravity center -crop 16x16+0+0 -flatten -colors 256 -background none favicon.svg js/public/img/icons/favicon-16x16.png convert -resize x32 -gravity center -crop 32x32+0+0 -flatten -colors 256 -background none favicon.svg js/public/img/icons/favicon-32x32.png convert -resize x16 -gravity center -crop 16x16+0+0 -flatten -colors 256 -background none favicon.svg favicon-16x16.ico convert -resize x32 -gravity center -crop 32x32+0+0 -flatten -colors 256 -background none favicon.svg favicon-32x32.ico convert -resize x48 -gravity center -crop 48x48+0+0 -flatten -colors 256 -background none favicon.svg favicon-48x48.ico convert favicon-16x16.ico favicon-32x32.ico favicon-48x48.ico js/public/favicon.ico convert -resize x180 -background none favicon.svg js/public/img/icons/apple-touch-icon.png convert -resize x180 -background none favicon.svg js/public/img/icons/apple-touch-icon-180x180.png convert -resize x152 -background none favicon.svg js/public/img/icons/apple-touch-icon-152x152.png convert -resize x120 -background none favicon.svg js/public/img/icons/apple-touch-icon-120x120.png convert -resize x76 -background none favicon.svg js/public/img/icons/apple-touch-icon-76x76.png convert -resize x60 -background none favicon.svg js/public/img/icons/apple-touch-icon-60x60.png |
||
---|---|---|
.. | ||
public | ||
scripts/build | ||
src | ||
tests/unit | ||
.browserslistrc | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
babel.config.js | ||
cypress.json | ||
fragmentTypes.json | ||
get_union_json.ts | ||
jest.config.js | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
vue-i18n-extract.config.js | ||
vue.config.js | ||
yarn.lock |
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