1.0.0 • Published 2 years ago

@younsfeo/testvuecomponents v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Getting Started with Test Vue Components

Installation

npm i @younsfeo/testvuecomponents

Usage

In your main.js files, add new plugin :

import { createApp } from 'vue'
import App from './App.vue'

import plugin from '@younsfeo/testvuecomponents'

createApp(App)
  .use(plugin)
  .mount('#app')
1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago