0.1.9 • Published 8 years ago
ptwd-helloworld v0.1.9
ptwd-helloworld
Just a simple Hello World VueJS Component that is totally useless.
Installation
Install via npm
npm install --save ptwd-helloworldand import in your project
import ptwdHelloWorld from 'ptwd-helloworld'Usage
Use in your VueJS templates like this:
<ptwd-hello-world></ptwd-hello-world>Properties
The default text to be shown is Hello World
However, you can change this text via text-Property like this:
<ptwd-hello-world text="New text"></ptwd-hello-world>Additional Notes
Like mentioned before: This VueJS Component is completely useless. I would not recomment to install and use it.