BarlowProgramming / redirect

chrome extension to help people focus on their work
0 stars 1 forks source link

Libraries we're using #3

Open junewunder opened 8 years ago

junewunder commented 8 years ago

I've included jquery and Grd.css jquery is self explanatory... Grd.css is a really simple grid css library. Read about it here: https://github.com/1000ch/grd/

jlam55555 commented 8 years ago

Looks good to me. It's basically a simpler CSS implementation of Flexbox, correct?

junewunder commented 8 years ago

yup

jlam55555 commented 8 years ago

It looks like you're using Vue.js... have you ever taken a look into AngularJS? Vue.js seems to handle asynchronous model-view updating, but AngularJS has this at its core, plus a lot more (it even includes a simpler form of jQuery!)

junewunder commented 8 years ago

I believe Angular is pretty bloated for what we're looking to do. So yes I've used Angular, but I figure that Vue is all we need for this scale of project.

jlam55555 commented 8 years ago

@jaywunder For your concerns earlier:

Font Awesome is fully open source and is GPL friendly. You can use it for commercial projects, open source projects, or really just about whatever you want.

junewunder commented 8 years ago

Okay that's awesome, thank you!