Skip to content

v0.7.0

Pre-release
Pre-release

Choose a tag to compare

@atinux atinux released this 24 Nov 00:48

Breaking Changes

  • If you were using process.BROWSER to add special code for the client bundle, please use process.BROWSER_BUILD now. Also, process.SERVER_BUILD has been added too.

Features

  • Add alias ~router to import the vue-router router created by nuxt.js (can be useful to use vuex-router-sync for example.

Improvements

  • Custom routes path with regexp are now working

Dependencies

  • Upgrade vue to 2.1.2
  • Upgrade vue-meta to 0.5.2
  • Remove glob-promise and only use glob instead

PS: working also on nuxt generate, to generate modern static websites with html files generated => Nuxt.js apps could be hosted on Github Pages 🔥