0.1.65 • Published 2 years ago

@victor-dklv/vue3-npm v0.1.65

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

DKLV packages for vuejs 3

Installation

npm install --save @victor-dklv/vue3-npm

For global use

After installation go to your main.js and add the package:

import plugin from '@victor-dklv/vue3-npm'

Add the plugin to your app:

createApp(App).use(plugin)

For local use

After installation go to your vue component and add the package:

import /*component name*/ from '@victor-dklv/vue3-npm'

export default {
    components:{
        /*component name*/
    }
}

//Components are listed below

To update

npm update --save @victor-dklv/vue3-npm

Components

Links

Image slider

To use the image slider add the dklv-image-slider to your component.

Variables:

  • image1
    • Type: String
    • Expected: Url
    • Required: True
  • image2
    • Type: String
    • Expected: Url
    • Required: True

Example

 <dklv-image-slider :image1="rightImg" :image2="leftImg" />

Image carousel

To use the image carousel add the dklv-image-carousel to your component.

Variables:

  • images
    • Type: Array
    • Expected: Array of urls
    • Required: True
  • height
    • Type: Number
    • Expected: Height in px
    • Required: False
  • autoscroll
    • Type: Boolean
    • Expected: true or false
    • Required: False

Example

 <dklv-image-carousel :imagelist="imgList" :height="carouselHeight" />

To do

  • Add Autoscroll functionalities

Developing

For development enviroment

# Install dependencies
npm install

# Run development server
npm run dev

Login as npm user

# Check if user is logged in
npm whoami

# Login as authorized user
npm login

Update code from terminal

# Build the updates
npm run build; 

# Commit the changes to git
git add --all; 
$date = Get-Date -Format "dd/MM/yyy HH:mm"; 
git commit -m "Autocommit $date";

#Get new patch version and publish to npm
npm version patch;
npm publish --acces=public

#push all changes to git
git push;

Next features

FeatureStatus
Cards with title, subtitle, text, image and buttonOpen
0.1.65

2 years ago

0.1.64

2 years ago

0.1.63

2 years ago

0.1.62

2 years ago

0.1.61

2 years ago

0.1.60

2 years ago

0.1.59

2 years ago

0.1.58

2 years ago

0.1.57

2 years ago

0.1.56

2 years ago

0.1.55

2 years ago

0.1.54

2 years ago

0.1.52

2 years ago

0.1.51

2 years ago

0.1.50

2 years ago

0.1.49

2 years ago

0.1.48

2 years ago

0.1.47

2 years ago

0.1.46

2 years ago

0.1.45

2 years ago

0.1.44

2 years ago

0.1.43

2 years ago

0.1.42

2 years ago

0.1.41

2 years ago

0.1.40

2 years ago

0.1.37

2 years ago

0.1.36

2 years ago

0.1.35

2 years ago

0.1.34

2 years ago

0.1.33

2 years ago

0.1.32

2 years ago

0.1.31

2 years ago

0.1.30

2 years ago

0.1.29

2 years ago

0.1.28

2 years ago

0.1.27

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago