You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kharhys edited this page Apr 13, 2018
·
1 revision
To start a feathers-nuxt application in development mode, invoke the following
npm run fn:dev
This will start the application with Live Reload enabled - so you don't have to refresh your browser after changing code - as well as Hot Reload - so you do not loose application state during reload.