0.1.9 • Published 2 years ago

vue-test-simple v0.1.9

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

vue 3 Component Library BoilerPlate

Technology Used:\ Vuejs 3.0\ Typescript\ Rollup

Project setup

Please follow below mentioned step to run this project:

  • Clone the repo
https://github.com/shubhadip/vue3-component-library

Run

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Build Library

yarn build:js

Build Library With Separate Css file

yarn build:js_css

Lints and fixes files

yarn lint

Usage Of Components Built

As Component

  import { TestWorld } from 'vue3-component-library/dist/esm/testworld';
  ...
  components:{
    TestWorld
  }

As Plugin

  import { TestWorld } from 'vue3-component-library';
    ...
  app.use(TestWorld)
0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.3

2 years ago

1.0.2

5 years ago