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
vue-devtools / Open component in your editor
https://github.com/vuejs/vue-devtools/blob/v4.0.0/docs/open-in-editor.md
https://github.com/vuejs/vue-devtools/blob/v4.0.0/docs/open-in-editor.md
GitHub
vuejs/vue-devtools
vue-devtools - ⚙️ Browser devtools extension for debugging Vue.js applications.
vuejs-templates/webpack [1.3.0] update
Introducing eslint-plugin-vue
Changelog:
https://github.com/vuejs-templates/webpack/releases/tag/1.3.0
Introducing eslint-plugin-vue
Changelog:
https://github.com/vuejs-templates/webpack/releases/tag/1.3.0
GitHub
vuejs-templates/webpack
webpack - A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
Five Traps to Avoid While Unit Testing Vue.js
https://engineering.doximity.com/articles/five-traps-to-avoid-while-unit-testing-vue-js
https://engineering.doximity.com/articles/five-traps-to-avoid-while-unit-testing-vue-js
Doximity
Five Traps to Avoid While Unit Testing Vue.js
Read more on the Doximity Technology Blog about how our engineers and data scientists are building the largest online network for clinicians.
[video] Writing a Vue unit test with Jest by Edd Yerburgh (vue-test-utils)
https://www.youtube.com/watch?v=Mv96G_PjMro
https://www.youtube.com/watch?v=Mv96G_PjMro
YouTube
Writing a Vue unit test with Jest
Unit testing Vue components with Jest. Full repo available on GitHub—https://github.com/eddyerburgh/vue-jest-example
Summary of last VuejsParis meetup.
Authentication and performance tricks
https://github.com/udebella/knowledge-base/blob/master/meetups/vuejs/20180117.md
Authentication and performance tricks
https://github.com/udebella/knowledge-base/blob/master/meetups/vuejs/20180117.md
GitHub
udebella/knowledge-base
knowledge-base - Repository for accumulating knowledge on several subjects