Discussion: Templates for functional components
https://github.com/vuejs/vue/issues/3977
https://github.com/vuejs/vue/issues/3977
GitHub
[2.0] Templates for functional components #3977
I'd like to be able to write templates and .vue files for functional components the same way as standard components. I made a proof-of-concept in this fiddle, but it's quite hacky. Maybe th...
Preloader animation component for your API calls
https://ftgibran.github.io/#/vue-api-request
https://ftgibran.github.io/#/vue-api-request
Vue.JS Forum: Vuex best practices for complex objects.
https://forum.vuejs.org/t/vuex-best-practices-for-complex-objects/10143/6
https://forum.vuejs.org/t/vuex-best-practices-for-complex-objects/10143/6
Vue Forum
Vuex best practices for complex objects
My Vuex store contains objects with a variety of complexity. Some have nested objects, some have arrays of nest objects. I could create generic function to mutate a specified property along the lines of: setProperty(state,{ type, id, prop, value }) { …
VSCode spippents for Vue.js by Sarah Drasner
https://github.com/sdras/vue-vscode-snippets
https://github.com/sdras/vue-vscode-snippets
GitHub
GitHub - sdras/vue-vscode-snippets: These snippets were built to supercharge my workflow in the most seamless manner possible.
These snippets were built to supercharge my workflow in the most seamless manner possible. - sdras/vue-vscode-snippets
Vue.js Newsletter #58
https://www.getrevue.co/profile/vuenewsletter/issues/vue-js-newsletter-58-lots-of-articles-and-tutorials-including-testing-d3-and-much-more-70146
https://www.getrevue.co/profile/vuenewsletter/issues/vue-js-newsletter-58-lots-of-articles-and-tutorials-including-testing-d3-and-much-more-70146
www.getrevue.co
Vue.js Newsletter #58: Lots of articles and tutorials including testing, D3 and much more!
Hey everyone! Another really fruitful week in the Vue Land! Did you know that you can use Elm within a Vue component? Neither did I, hence I never thought about it since I’m super happy with Vue itself anyway, but I guess it’s nice to be able to do it after…
Vue.js docs: added a basic explanation of the virtual DOM for the render functions page.
https://twitter.com/chrisvfritz/status/902192283507974144
https://twitter.com/chrisvfritz/status/902192283507974144
Twitter
Chris Fritz
.@DamianDulisz and I also added a basic explanation of the virtual DOM for the render functions page! 🎉 https://t.co/ZG8U6CaxQo
Vuex 2.4.0 was released! Changelog:
https://github.com/vuejs/vuex/releases/tag/v2.4.0
https://github.com/vuejs/vuex/releases/tag/v2.4.0
GitHub
vuejs/vuex
vuex - Centralized State Management for Vue.js.
New video records from last Vue NYC meetup.
Link to YouTube channel:
https://www.youtube.com/channel/UCX4w2P-M4cuWQG0WKgU3TTQ
Link to YouTube channel:
https://www.youtube.com/channel/UCX4w2P-M4cuWQG0WKgU3TTQ
YouTube
Vue NYC
Videos for Vue NYC meetup (https://www.meetup.com/vueJsNYC)
Vue.js + TypeScript course by Alex Jover Morales on egghead.io
https://egghead.io/courses/use-typescript-to-develop-vue-js-web-applications
https://egghead.io/courses/use-typescript-to-develop-vue-js-web-applications
egghead
Use TypeScript to Develop Vue.js Web Applications
TypeScript is a powerful JavaScript superset which brings you first-class static type-checking along with latest ECMA Script features. Vue is one of the...