The Wayback Machine - https://web.archive.org/web/20220605091237/https://github.com/topics/vue-js
Skip to content
#

vue-js

Here are 196 public repositories matching this topic...

TanayB11
TanayB11 commented Apr 16, 2020

Issue

Right now, applying Tailwind CSS classes is horrendous, and it'll likely worsen as the project continues. Here's an example of what how the classes are applied from Title.vue:

<router-link :to='{ name: "login" }'
      class='btn bg-purple-500 hover:bg-purple-600 mt-8 px-3 py-1 
      text-base sm:text-xl md:text-2xl lg:text-3xl xl:text-4xl rounded-lg'
      >
       
documentation help wanted good first issue

Improve this page

Add a description, image, and links to the vue-js topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vue-js topic, visit your repo's landing page and select "manage topics."

Learn more