Projet innovation pour l'EPSI
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn serve
# build for production with minification
yarn build
# build for production and view the bundle analyzer report
yarn build --report
# check syntax for javascript optimization
yarn run lint
Running on nginx with a docker let's encrypt nginx proxy
# build for production with minification
yarn build
# run script docker for linux environment
./docker-run.sh
# run script docker for windows environment
.\docker-run.bat
Don't forget to run the commands in this script run_symfony_commands.sh