0👍
I think that you should set your package.json
scripts, so that when heroku runs npm run start
to start your application, you install your application dependencies before it starts running:
npm install && node server.js
- [Vuejs]-Vuelidate doesn't show the message on conditional statement
- [Vuejs]-Vuetify with multiple forms in a page. Disable submit button on each form till validation rules criteria is met on that form
Source:stackexchange.com