/vue-component-libraries

Comparison of Vue.js component libraries.

Primary LanguageVue

Repo comparing Vue.js Component Libraries

This repo was created from the Vue Adopt Pets tutorial code that I created with Bootstrap Vue. It is now being used to compare Vue Component libraries by building same Vue app with each diffrent library. Feel free to raise an issue or contribute.

This is still in the early stages and needs a lot more work.

Table of Contents

  1. Project Details
  2. Running Locally
  3. Mockups
  4. Routes

Project Details

Each folder in this repo represents a different UI component library for Vue.js.

List of UI component compared

  • Typography
  • Form Elements
  • Buttons
  • Modals
  • Toastr Notifications
  • Tables

Running Locally

  1. Clone this repo.
  2. Navigate into one of the directories in the parent folder (e.g. cd inkline-vue/).
  3. Install dependencies: npm install
  4. Run the Vue application: npm run serve
  5. Go to http://localhost:8080 in your browser to see the live application

Mockups

home page mockup

pet type modal mockup

pet table mockup

pet form mockup

pet saved success mockup

pet info mockup

apply for adoption section is coming soon

Routes

  • / --> Home Page/Landing Page
  • /cats
  • /dogs
  • /pet-form -> enter pet info to put up for adoption
  • /cats/:id or /dogs/:id -> view single pet information