Vue Lib screenshot

Vue Lib

Author Avatar Theme by Knowscount
Updated: 26 Apr 2021
10 Stars

fun vue component library for my own use.

Categories

Overview:

The @knowscount/vue-lib is a vue component library that contains fun and useful components. It provides functionality to create to-do lists and mark them as issues. The library can be easily installed and used in vue projects.

Features:

  • To-dos marked in issues: The component library allows users to create to-do lists and mark them as issues.
  • Usage example: There is an example provided in issue #3 that shows how to use the library.
  • Easy installation: The library can be installed by running a command and can be imported as a whole or individual components.

Installation:

To install the @knowscount/vue-lib, follow the steps below:

  1. Run the following command in your terminal:
npm install @knowscount/vue-lib
  1. You can choose to import the entire library by adding the following line in your main.js file:
import VueLib from '@knowscount/vue-lib'
Vue.use(VueLib)
  1. Alternatively, you can import individual components by using the following syntax:
import { ComponentName } from '@knowscount/vue-lib'
Vue.component('component-name', ComponentName)

Summary:

The @knowscount/vue-lib is a vue component library that provides functionality to create to-do lists and mark them as issues. It offers easy installation and can be imported as a whole or individual components. Users can refer to the documentation and example for usage guidance.