vuejs-templates/webpack [1.2.6] update
Adding Autoinstall, JSX support, fixing a few minor things.
https://github.com/vuejs-templates/webpack/releases/tag/1.2.6
Adding Autoinstall, JSX support, fixing a few minor things.
https://github.com/vuejs-templates/webpack/releases/tag/1.2.6
GitHub
vuejs-templates/webpack
webpack - A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
Advanced Fine-Grained Control of Vue.js Components
egghead.io free course
https://egghead.io/courses/advanced-fine-grained-control-of-vue-js-components?utm_source=telegram-vuejs_news&utm_medium=email&utm_campaign=eoy2017&utm_term=vue&utm_content=advanced-vue&__s=isph696v6b75omi6s4e5
egghead.io free course
https://egghead.io/courses/advanced-fine-grained-control-of-vue-js-components?utm_source=telegram-vuejs_news&utm_medium=email&utm_campaign=eoy2017&utm_term=vue&utm_content=advanced-vue&__s=isph696v6b75omi6s4e5
egghead.io
Vue.js tutorial: Advanced Fine-Grained Control of Vue.js Components from @johnlindquist on @eggheadio
Vue is known for being super easy to pick up and quickly build great applications using the built-in template bindings and directives. As your application grows in complexity, you'll need finer control of your components.
In this course, we’ll define where…
In this course, we’ll define where…
vue-component-compiler / Next steps discussion
https://github.com/vuejs/vue-component-compiler/issues/34
https://github.com/vuejs/vue-component-compiler/issues/34
GitHub
Next steps · Issue #34 · vuejs/vue-component-compiler
Prior design thread: #28
Thanks to the great work by @znck we now have a good start to iterate on. I did a quick review of the current codebase and here's a list of things I think we should work on...
Thanks to the great work by @znck we now have a good start to iterate on. I did a quick review of the current codebase and here's a list of things I think we should work on...
The Story of our Progressive Migration from Backbone to Vue.js
https://snipcart.com/blog/progressive-migration-backbone-vuejs-refactoring
https://snipcart.com/blog/progressive-migration-backbone-vuejs-refactoring
Snipcart
The Story of our Progressive Migration from Backbone to Vue.js
We share our insights on our Saas refactoring from Backbone to Vue.js. Learn the reasons why we had to do it, and the way we are doing it.
Prettier - Introduce proper support for Vue Single File Components (SFC)
https://github.com/prettier/prettier/pull/3563
https://github.com/prettier/prettier/pull/3563
GitHub
[vue] Introduce proper support for Vue Single File Components (SFC) by vjeux · Pull Request #3563 · prettier/prettier
There's a lot of demand for vue sfc (#2097). This introduces partial support for them: all the html is printed as is, except for the script and style tags which are printed using prettier. I believ...
WebStorm 2017.3.2 - improves support for Vue component from the component libraries (thx @Fl0pZz for reference)
https://blog.jetbrains.com/webstorm/2017/12/webstorm-2017-3-2/
https://blog.jetbrains.com/webstorm/2017/12/webstorm-2017-3-2/
“How I stopped using console.log when debugging Vue components”
https://medium.com/@brockreece/how-i-stopped-using-console-log-when-debugging-vue-components-14e0f7aa280d
https://medium.com/@brockreece/how-i-stopped-using-console-log-when-debugging-vue-components-14e0f7aa280d
Medium
How I stopped using console.log when debugging Vue components
I may be a little late to the party, but I have recently switched over from Atom to VS Code and I am finding some extensions to be super…
[Poll] @vuejs in Twitter:
We are planning to move future npm packages and some existing ones to scoped packages. Do you think we should move vue-router and vuex though?
https://twitter.com/vuejs/status/950732326438400005
We are planning to move future npm packages and some existing ones to scoped packages. Do you think we should move vue-router and vuex though?
https://twitter.com/vuejs/status/950732326438400005
Twitter
Vue.js
We are planning to move future npm packages and some existing ones to scoped packages. Do you think we should move vue-router and vuex though?
vue-test-utils - first Vue scoped package:
https://twitter.com/EddYerburgh/status/951145551797608449
npm install -D @vue/test-utils
https://twitter.com/EddYerburgh/status/951145551797608449
Twitter
Edd
vue-test-utils is the first Vue scoped package to be released: npm install --save-dev @vue/test-utils 🙌
In next vue-cli@3 release - Plugins architecture
https://github.com/vuejs/vue-cli/blob/next/docs/Plugin.md
https://github.com/vuejs/vue-cli/blob/next/docs/Plugin.md
GitHub
vuejs/vue-cli
vue-cli - 🛠️ CLI for rapid Vue.js development