Skip to content

v0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Atinux Atinux released this 10 Nov 02:38

Features

  • [dev mode] Nuxt.js is now watching on the pages/ folder to reload the build when a .vue file is added or removed (using chokidar)
  • Breaking changes: rename nuxt.stop() to nuxt.close() to stop watching files on dev build (used by most libraries)

Misc.

  • Add use strict in every js files of nuxt