v0.7.0
Pre-release
Pre-release
Breaking Changes
- If you were using
process.BROWSERto add special code for the client bundle, please useprocess.BROWSER_BUILDnow. Also,process.SERVER_BUILDhas been added too.
Features
- Add alias
~routerto import thevue-routerrouter created by nuxt.js (can be useful to usevuex-router-syncfor example.
Improvements
- Custom routes path with regexp are now working
Dependencies
- Upgrade
vueto2.1.2 - Upgrade
vue-metato0.5.2 - Remove
glob-promiseand only useglobinstead
PS: working also on nuxt generate, to generate modern static websites with html files generated => Nuxt.js apps could be hosted on Github Pages 🔥