1.0.12 • Published 4 years ago

@chai.apichai/hello-world v1.0.12

Weekly downloads
13
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago