@younsfeo/testvuecomponents

1.0.0 • Public • Published

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')

Readme

Keywords

none

Package Sidebar

Install

npm i @younsfeo/testvuecomponents

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

27.8 kB

Total Files

4

Last publish

Collaborators

  • younsfeo