mealie/frontend
wengtad 999d0d4322
Optimize Docker (#575)
* reduce docker dev size

* reduce docker prod size

* fix lint

* add gunicorn

* fix bandit reported issues

* add docs external link icon

* add env vars to docs

* add permission to docker

* merge to one backend Dockerfile

* fix codefactor issues

* add docs for puid/pgid

* add docker healthcheck
2021-06-22 10:22:31 -08:00
..
public feature/improve-bundle-performance (#555) 2021-06-17 15:19:37 -08:00
src Feature/import export single recipe (#576) 2021-06-21 16:25:37 -07:00
.env.development dev-feature/analyze-bundle (#529) 2021-06-16 18:55:32 -08:00
babel.config.js feature/recipe-patch-improvements (#382) 2021-05-01 20:46:02 -08:00
frontend.Dockerfile Optimize Docker (#575) 2021-06-22 10:22:31 -08:00
jsconfig.json v0.4.0 (#236) 2021-03-31 07:20:35 -08:00
package-lock.json feature/improve-bundle-performance (#555) 2021-06-17 15:19:37 -08:00
package.json feature/improve-bundle-performance (#555) 2021-06-17 15:19:37 -08:00
README.md init 2 2020-12-24 16:37:38 -09:00
vue.config.js feature/improve-bundle-performance (#555) 2021-06-17 15:19:37 -08:00

frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.