Nuxt/packages/vue-app/template/components
Pooya Parsa a759196865 feat(vue-app): build indicator (#5820)
* feat: inline HMR progress indicator

* support router base

* fix nuxt err

* fix space

* fix indentation

* return in case of ws message parsing error

* close ws on beforeDestroy

* ui: Update loading indicator UI

* builder: Add build.indicator option

* ui: Use only logo and %

* hotfix: Alphabetical order

* hotfix: Add fixed with and add back v-if

* minor style change

* rename component to build-indicator

* feat: animated progress

* assign name to component

* update test

* naming consistency

* render into app to prevent dom wrapping

* extra new line

* better App.js formatting

* update snapshot

* clear interval
2019-05-29 16:44:15 +02:00
..
no-ssr.js refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
nuxt-build-indicator.vue feat(vue-app): build indicator (#5820) 2019-05-29 16:44:15 +02:00
nuxt-child.js chore: lint vue-app templates (#4689) 2019-01-06 11:26:59 +03:30
nuxt-error.vue chore: lint vue-app templates (#4689) 2019-01-06 11:26:59 +03:30
nuxt-link.client.js fix(vue-app): don't attach catch handler to already loaded component (fixes #5751) (#5752) 2019-05-17 00:01:12 +04:30
nuxt-link.server.js chore: lint vue-app templates (#4689) 2019-01-06 11:26:59 +03:30
nuxt-loading.vue fix: wrong type checking for loading.duration 2019-01-03 13:33:29 +00:00
nuxt.js fix(vue-app): reuse page component with watchQuery (#5757) 2019-05-19 23:27:20 +04:30