Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@wmde/wikit-vue-components

Package Overview
Dependencies
Maintainers
15
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmde/wikit-vue-components

The component implementation of WiKit in vue

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
15
Created
Source

WiKit Vue Components

The component implementation of WiKit in vue

Installation

The library assumes the consuming application uses Vue.js v2.6+.

1. Install via npm

npm install @wmde/wikit-vue-components

2. Import styles

In your style entry point(s), e.g. _main.scss, add

@import '~@wmde/wikit-vue-components/dist/wikit-vue-components.css';

or in your entry component, e.g App.vue, add

import '@wmde/wikit-vue-components/dist/wikit-vue-components.css';

3. Import a component

import { Button } from '@wmde/wikit-vue-components';

Development

For instructions on how to contribute to the vue components, please refer to the README.md file in the root folder of this repo or the documentation in the package docs.

FAQs

Package last updated on 19 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts