aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

Frontend is always built in development mode #400

Closed neongreen closed 5 years ago

neongreen commented 5 years ago

Replication instructions:

unset NODE_ENV
cd front
rm -rf node_modules
npm i
npm run build
cd dist
npm i
NODE_ENV=production node server

Then go to http://localhost:5000 and look at the console. You will get "You are running Vue in development mode".