0.13.0 • Published 2 years ago
hello_nuxt_vue2 v0.13.0
this is a testing package for vue 2
Project setup
type below in project's terminal:
npm i hello_nuxt_vue2
using vue project
Once installed import in to your component:
import HelloNuxt from 'hello_nuxt_vue2'
insert this in your component's script:
components: {
HelloNuxt
}
You can then use the following markup in your project:
<HelloNuxt />
using nuxt project
....