0.4.0 • Published 6 months ago

hello_world_vue3 v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago
  • 你的插件解决了什么问题?
  • 如何安装它?
  • 如何使用它?
  • 一些使用的例子
  • 别人如何贡献代码
  • 用到了什么技术?

this is a testing package for vue 3

Project setup

type below in project's terminal:

npm i hello_world_vue3

using vue project

Once installed import in main.js:

import HelloWorld from 'hello_world_vue3'

createApp will be like this: createApp(App).use(HelloWorld).mount('#app')

You can then use the following markup in your project:

<hello-world />


using nuxt project

....

0.4.0

6 months ago