🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

hdp-vue-components

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdp-vue-components

vue app components

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

vue custom components for some Management System

Demo

script tag demo

npm install demo

Usage

<script src="hdp-vue-components.js"></script>
Vue.use(hdpVueComponents.components);

Or

npm install hdp-vue-components
import Vue from 'vue';
import hdpVueComponents from 'hdp-vue-components';
Vue.use(hdpVueComponents.components);

then

<hdp-alert :show.sync="showAlert" class-name="am-modal-sm" :msg="alertMsg" @alert.ok="clickAlertOK"></hdp-alert>
<hdp-ta-text :input-data.sync="textInput2" :config="textConfig"></hdp-ta-text><span>{{textInput2}}</span>

component objects can be invoked through hdpVueComponents as well,you can extend them as you wish. just see ./src/main.js

develop

npm run dev

FAQs

Package last updated on 25 Oct 2016

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