Published in JavaScript in Plain English·Aug 12, 2018How I built a browser extension with Vue (Part 2)In Part 2 of this article, I will show you how to Vueify the browser extension we started building in Part 1. Not read Part 1 yet? Go check it out here. Prerequisites $ npm -v 3.5.2 $ node -v v8.10.0 If you have followed Part 1, you should now have…Java Script7 min read
Published in JavaScript in Plain English·Aug 5, 2018How I built a browser extension with Vue (Part 1)In this article I’d like to show you how to create very simple Firefox extension using popular JavaScript framework Vue. This article is divided into two parts. …Java Script9 min read