Vue.js by Example </> - Quick projects to help you learn Vue.js.
https://medium.com/vue-by-example
https://medium.com/vue-by-example
Medium
Vue by Example – Medium
Quick projects to help you learn Vue.js.
VueJS Newsletter №52
https://www.getrevue.co/profile/vuenewsletter/issues/vue-js-newsletter-52-vueconf-recordings-vue-curated-and-a-lot-of-resources-64637
https://www.getrevue.co/profile/vuenewsletter/issues/vue-js-newsletter-52-vueconf-recordings-vue-curated-and-a-lot-of-resources-64637
www.getrevue.co
Vue.js Newsletter #52: VueConf recordings, Vue Curated and a lot of resources!
Hi, folks!No more waiting - more and more VueConf recordings is being published to official YouTube profile and you can find all the links in following list.Enjoy!
Emotion (CSS-in-JS ) with VueJS
https://github.com/egoist/emotion-vue
https://github.com/egoist/emotion-vue
GitHub
egoist/emotion-vue
emotion-vue - Seamlessly use emotion (CSS-in-JS) with Vue.js
Use Intersection Observer API with Vue.JS
https://github.com/Akryum/vue-observe-visibility
https://github.com/Akryum/vue-observe-visibility
GitHub
GitHub - Akryum/vue-observe-visibility: Detect when an element is becoming visible or hidden on the page.
Detect when an element is becoming visible or hidden on the page. - Akryum/vue-observe-visibility
Inside: Developing official Vue.js code style guide
https://github.com/vuejs/eslint-plugin-vue/issues/77
https://github.com/vuejs/eslint-plugin-vue/issues/77
GitHub
Style Guide Collaboration · Issue #77 · vuejs/eslint-plugin-vue
I'm developing an official Vue style guide and although not all rules there will be enforceable through this plugin, I think it makes sense to collaborate here, especially for those rules that are ...
eslint-plugin-vue: 4.0.0 - Official release roadmap
https://github.com/vuejs/eslint-plugin-vue/issues/159
https://github.com/vuejs/eslint-plugin-vue/issues/159
GitHub
4.0.0 - Official release roadmap · Issue #159 · vuejs/eslint-plugin-vue
@mysticatea @armano2 @chrisvfritz
I think it's about time to think about preparing first official release of this plugin. We've done a great job here and people should be able to take advantage of ...
I think it's about time to think about preparing first official release of this plugin. We've done a great job here and people should be able to take advantage of ...
Vue.js Newsletter #57
https://www.getrevue.co/profile/vuenewsletter/issues/vue-js-newsletter-57-state-of-vue-js-survey-new-vueconf-videos-interview-with-jeffrey-way-about-ssr-vue-apps-and-more-69032
https://www.getrevue.co/profile/vuenewsletter/issues/vue-js-newsletter-57-state-of-vue-js-survey-new-vueconf-videos-interview-with-jeffrey-way-about-ssr-vue-apps-and-more-69032
www.getrevue.co
Vue.js Newsletter #57: State of Vue.js Survey; New VueConf videos; Interview with Jeffrey Way about SSR Vue apps and more!
Hey Everybody!What an intense week so get ready for tons of content! First – we have two new videos from VueConf of talks by Eric Baer and Masahiro Tanaka. Make sure to watch them!Second – we are working (in Monterail) on a comprehensive State of Vue.js report of…
Visual Studio Code extension for peeking to component files in Vue projects
https://github.com/fussinatto/vscode-vue-peek
(thx @tatyshev for the link)
https://github.com/fussinatto/vscode-vue-peek
(thx @tatyshev for the link)
GitHub
fussinatto/vscode-vue-peek
vscode-vue-peek - Visual Studio Code extension for peeking to component files in Vue projects
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…