You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Favorite JavaScript utilities in single line of code](https://1loc.dev/)
@@ -399,6 +402,94 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
399
402
400
403
[👆 Back To Top](#table-of-contents)
401
404
405
+
# Vue
406
+
407
+
- Documentation
408
+
409
+
-[Vue Docs](https://vuejs.org/v2/guide/)
410
+
-[Vue Cheatsheet](https://devhints.io/vue)
411
+
412
+
- Courses
413
+
414
+
-[Learn Vue by Building and Deploying a CRUD App](https://testdriven.io/courses/learn-vue/) - This course is focused on teaching the fundamentals of Vue by building and testing a web application using Test-Driven Development (TDD).
415
+
-[Advanced Vue.js Features from the Ground Up](https://frontendmasters.com/courses/advanced-vue/) - Learn how to build more accessible routing, state management, form validation and internationalization libraries from the ground up!
416
+
-[Become a Ninja with Vue 3](https://vue-exercises.ninja-squad.com) - This course teaches how to build a complete application with Vue 3, step by step, using Vue CLI, TypeScript and the Composition API. Each exercise comes with instructions and tests to check 100% of your code.
417
+
418
+
- Books
419
+
420
+
-[The Majesty Of Vue.js](https://www.packtpub.com/web-development/majesty-vuejs)
-[Vue.js: Understanding its Tools and Ecosystem](https://www.packtpub.com/business-other/vue-js-understanding-its-tools-and-ecosystem?utm_source=vue.js.org&utm_medium=referral&utm_campaign=OutreachB15894fivedollar)
441
+
-[Building Forms with Vue.js](https://www.packtpub.com/business-other/building-forms-with-vue-js?utm_source=Vuejs.org&utm_medium=referral&utm_campaign=OutreachB15411)
442
+
-[Testing Vue.js Components with Jest](https://www.packtpub.com/programming/testing-vue-js-components-with-jest?utm_source=vue.js.org&utm_medium=refferal&utm_campaign=OutreachB15653)
-[JavaScript Air 016 (03-30-2016)](https://javascriptair.com/episodes/2016-03-30/)
455
+
-[Full Stack Radio #50 (09-21-2016)](http://www.fullstackradio.com/50)
456
+
-[MW S04E08 - Vue.js with Evan You and Sarah Drasner (04-27-2017)](https://modernweb.podbean.com/e/mw-s04e09-evan-yu-sarah-drasner/)
457
+
-[Request For Commits #12 - Crowdfunding Open Source (Vue.js) (06-15-2017)](https://changelog.com/rfc/12)
458
+
-[The Web Platform Podcast 132: Vue.js (07-27-2017)](http://thewebplatformpodcast.com/132-vuejs)
459
+
-[JavaScript Jabber #276 with Maximilian Schwarzmüller (08-29-2017)](https://devchat.tv/js-jabber/jsj-276-vue-js-with-maximilian-schwarzmuller/)
460
+
-[Animating VueJS with Sarah Drasner(Software Engineering Daily 01-12-2017)](https://softwareengineeringdaily.com/2017/12/01/animating-vuejs-with-sarah-drasner/)
461
+
-[Views on Vue (weekly podcast on Vue started 03-06-2018)](https://devchat.tv/views-on-vue)
462
+
-[Vue podcast list via The QIT Tech Podcast Indexer](https://qit.cloud/search/vue)
-[vue-dev-server](https://github.com/paulpflug/vue-dev-server) - A small development server for building `vue` components.
475
+
-[Storybook](https://storybook.js.org) - The UI Development Environment. works with v3.2+ later.
476
+
-[Font Awesome Finder](https://chrome.google.com/webstore/detail/font-awesome-icon-finder/kjejboahkcobalmgldloeinebmbomgog) - Chrome extension to search, preview and choose Font Awesome icons and copy the selected icon HTML code & Unicode to clipboard.
477
+
-[vue-dummy](https://github.com/paulcollett/vue-dummy) - Placeholder Text and Dummy Images as a simple `v-dummy` directive.
478
+
-[Bit](https://github.com/teambit/bit) - Manage and reuse `vue` components between projects. Easily isolate and share components from any project without changing its source code, organize curated collections and install in different projects.
479
+
-[ComponentFixture](https://github.com/David-Desmaisons/ComponentFixture) - is a component design to develop and test other components, automatically binding their props.
480
+
-[vue-cli-template-dev-server](https://github.com/eliranmal/vue-cli-template-dev-server) - A development server for building vue-cli custom templates.
481
+
-[vue-codemods](https://github.com/SergioCrisostomo/vue-codemods) - Collection of codemod scripts that help update and refactor Vue and JavaScript files.
482
+
-[codesandbox](https://codesandbox.io/s/vue-vue) - An online IDE and prototyping tool for rapid Vue development.
483
+
-[vue-dom-hints](https://github.com/privatenumber/vue-dom-hints) - 💡 Get hints in the DOM. Minimal Vue devtool alternative.
0 commit comments