From bcb1f05e28724902ea15a1e9054570572b2bd6b8 Mon Sep 17 00:00:00 2001 From: Dylan Krepps Date: Sun, 19 Apr 2020 23:55:08 -0400 Subject: [PATCH] Add Vue.js patterns Vue.js needs love too. https://learn-vuejs.github.io/vue-patterns/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06cd7d7..76fae45 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ - UML - [design-patterns quick reference](http://www.mcdonaldland.info/2007/11/28/40) - [design-patterns cheat-sheet](https://www.slideshare.net/hustwj/design-patterns-cheat-sheet) +- Vue.js + - [Vue Patterns](https://learn-vuejs.github.io/vue-patterns/) - Useful Vue patterns, techniques, tips and tricks and curated helpful links. ## General Architecture