Nuxt/packages/vue-app/template
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
..
components feat(vue-app): build indicator (#5820) 2019-05-29 16:44:15 +02:00
layouts refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
pages feat: loading screen (#5251) 2019-03-20 12:47:53 +03:30
views feat: loading screen (#5251) 2019-03-20 12:47:53 +03:30
.eslintignore refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
App.js feat(vue-app): build indicator (#5820) 2019-05-29 16:44:15 +02:00
client.js feat: improve browser logs (#5810) 2019-05-27 09:32:53 +01:00
empty.js refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
index.js refactor: small readability improvements (#5748) 2019-05-16 14:38:44 +04:30
middleware.js fix: avoid using aliases in templates (#5656) 2019-05-06 15:16:04 +04:30
router.js fix(vue-app): decode router base to support unicode characters (#5297) 2019-03-20 20:16:09 +03:30
server.js feat(vue-renderer/vue-app): report SSR console logs to the browser with consola (#5673) 2019-05-09 11:36:17 +04:30
store.js fix: avoid using aliases in templates (#5656) 2019-05-06 15:16:04 +04:30
utils.js refactor: small readability improvements (#5748) 2019-05-16 14:38:44 +04:30