Socket
Socket
Sign inDemoInstall

hello-vue-components.hello-a

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hello-vue-components.hello-a

A component that says "HelloA" with orange text.


Version published
Weekly downloads
7
increased by600%
Maintainers
1
Weekly downloads
 
Created
Source

hello-vue-components.hello-a

A component that says "HelloA" with orange text.

Installation

Directly in the browser

Drop the component in with a <script> tag alongside Vue:

<div id="app">
<!-- ... use component here ... -->
</div>

<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/hello-vue-components.hello-a"></script>
<script>
new Vue({ el: '#app' })
</script>

In a module system

Install the component with NPM:

npm install hello-vue-components.hello-a

Then import the component:

import HelloA from 'hello-vue-components.hello-a'

And either globally register it for use in all components:

Vue.component(HelloA, 'hello-vue-components.hello-a')

or locally register it for use in an individual component:

export default {
components: { HelloA }
}

Usage

<!-- No props or content are necessary. -->
<hello-a></hello-a>

FAQs

Package last updated on 12 Nov 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc