🔥 “Plans for the Next Iteration of Vue.js”
https://medium.com/the-vue-point/plans-for-the-next-iteration-of-vue-js-777ffea6fabf
https://medium.com/the-vue-point/plans-for-the-next-iteration-of-vue-js-777ffea6fabf
Medium
Plans for the Next Iteration of Vue.js
Last week at Vue.js London I gave a brief sneak peek of what’s coming in the next major version of Vue. This post provides an in-depth…
Use React-like hooks with Vue 🌚 (it's not joke)
GitHub: https://github.com/yyx990803/vue-hooks
https://twitter.com/youyuxi/status/1056042395891105793?s=19
GitHub: https://github.com/yyx990803/vue-hooks
https://twitter.com/youyuxi/status/1056042395891105793?s=19
GitHub
GitHub - yyx990803/vue-hooks: Experimental React hooks implementation in Vue
Experimental React hooks implementation in Vue. Contribute to yyx990803/vue-hooks development by creating an account on GitHub.
"I think I just got time slicing working in Vue 3 prototype"
https://twitter.com/youyuxi/status/1057756649161551872
https://twitter.com/youyuxi/status/1057756649161551872
Twitter
Evan You
I think I just got time slicing working in Vue 3 prototype 🙀
"Vue 3.0 Updates" slides from Evan You
Short description: faster, smaller, TSX, Hooks, Time Slicing
https://docs.google.com/presentation/d/1yhPGyhQrJcpJI2ZFvBme3pGKaGNiLi709c37svivv0o/edit
Short description: faster, smaller, TSX, Hooks, Time Slicing
https://docs.google.com/presentation/d/1yhPGyhQrJcpJI2ZFvBme3pGKaGNiLi709c37svivv0o/edit
Google Docs
Vue 3.0 Updates
Vue 3.0 Updates Evan You VueConf TO, Nov. 2018
Article by Gregg Pollack (Vue Mastery) about Evan keynote talk in Toronto:
https://medium.com/vue-mastery/evan-you-previews-vue-js-3-0-ab063dec3547
(Nothing new, just a review of the slides)
https://medium.com/vue-mastery/evan-you-previews-vue-js-3-0-ab063dec3547
(Nothing new, just a review of the slides)
Medium
Evan You Previews Vue.js 3.0 🔥
By taking advantage of new abilities enabled by modern browsers, Vue 3 will be an improved evolution of the Vue.js we already know and…
⚠️PSA (security vulnerability) ⚠️
Please reinstall @vuejs CLI to make sure you don't have the flatmap-stream package installed on your computer.
Original msg by Akryum (Guillaume Chau, vue-cli maintainer) https://twitter.com/Akryum/status/1067357616844808192
Please reinstall @vuejs CLI to make sure you don't have the flatmap-stream package installed on your computer.
yarn global remove @vue/cli
yarn global add @vue/cli
npm uninstall -g @vue/cli
npm install -g @vue/cli
Original msg by Akryum (Guillaume Chau, vue-cli maintainer) https://twitter.com/Akryum/status/1067357616844808192
X (formerly Twitter)
Guillaume Chau (@Akryum) on X
⚠️PSA (security vulnerability) ⚠️: please reinstall @vuejs CLI to make sure you don't have the flatmap-stream package installed on your computer. See: https://t.co/R1KWSeqtlJ
yarn global remove @vue/cli
yarn global add @vue/cli
npm uninstall -g @vue/cli…
yarn global remove @vue/cli
yarn global add @vue/cli
npm uninstall -g @vue/cli…
vuex-class-modules - type-safe class style syntax for vuex modules.
https://github.com/gertqin/vuex-class-modules
https://github.com/gertqin/vuex-class-modules
GitHub
GitHub - gertqin/vuex-class-modules: Typescript class decorators for vuex modules
Typescript class decorators for vuex modules. Contribute to gertqin/vuex-class-modules development by creating an account on GitHub.
Compile string literals to render functions at build time and write components in SFC paradigm
https://github.com/michaelolof/vue-literal-compiler
https://github.com/michaelolof/vue-literal-compiler
GitHub
michaelolof/vue-literal-compiler
A Vue Compiler that allows you compile your string literals to render functions at build time and write components in SFC paradigm - michaelolof/vue-literal-compiler
Using validate.js instead of Vuelidate in Vue.js applications
https://stribny.name/blog/2018/08/using-validate-js-instead-of-vuelidate-in-vue-js-applications
https://stribny.name/blog/2018/08/using-validate-js-instead-of-vuelidate-in-vue-js-applications