1.0.12 • Published 5 years ago

@chai.apichai/hello-world v1.0.12

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

@chai.apichai/hello-world

This library created by chai for learning how to installation npm on the public.

Installation

npm i @chai.apichai/hello-world

Register the component

Global
import HelloWorld from '@chai.apichai/hello-world'
import "@chai.apichai/hello-world/dist/hello-world.css"

Vue.component('HelloWorld', HelloWorld)
Global
<template>
  <div">
    <HelloWorld msg="My Custom Message"/>
  </div>
</template>

<script>
import HelloWorld from '@chai.apichai/hello-world'
import "@chai.apichai/hello-world/dist/hello-world.css"

export default {
    components: {
        HelloWorld
    }
}
</script>
1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago