Skip to content

Reloading your app

EGOISTIAN edited this page Mar 16, 2016 · 4 revisions

Tooling currently has three presets:

  • base
  • vue
  • react

If you use --use vue or --use react, hot reloading will be automatically enabled. Otherwise, in the base mode you can use --live to enable live reloading for your app.

The default value of --use is base.

Clone this wiki locally