1.0.0 • Published 3 years ago

@younsfeo/testvuecomponents v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago