Skip to content

3 Development

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.

Clone this wiki locally