Nuxt/packages/vue-app/template
Alexander Lichter b2eee1772e feat: add store module HMR (#4582)
* feat: add store module HMR

* fix: replace export with window.$nuxt

Thanks to @pi0 for the suggestion :)

* refactor: apply only in dev mode on client side

* test: make store module test more descriptive

* fix: clear modules to apply HMR

* fix: remove console.log

* fix: e2e tests

* refactor: use void
2018-12-19 16:22:00 +01:00
..
components fix: keepAliveProps broken in <nuxt-child> (#4521) 2018-12-11 11:11:15 +01:00
layouts refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
pages page: Update Nuxt uvp 2018-10-31 09:34:17 +01:00
views feat(vue-app, vue-renderer): support meta headAttrs (#4536) 2018-12-14 17:36:26 +03:30
.eslintignore refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
App.js fix: properly serialize head functions (#4558) 2018-12-15 12:07:31 +03:30
client.js hotfix(vue-app): ReferenceError error passed with routeChanged (#4444) 2018-11-28 17:30:40 +01:00
empty.js refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
index.js feat(vue-app): <n-link> and <n-child> component aliases (#4525) 2018-12-11 20:37:04 +03:30
middleware.js refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
router.js chore(vue-app): use serializeFunction when appropriate (#4575) 2018-12-17 17:26:23 +00:00
server.js refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
store.js feat: add store module HMR (#4582) 2018-12-19 16:22:00 +01:00
utils.js fix(vue-app): Fix route meta to handle order 2018-12-09 13:07:06 +01:00