0.1.65 • Published 3 years ago

@victor-dklv/vue3-npm v0.1.65

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

3 years ago

0.1.64

3 years ago

0.1.63

3 years ago

0.1.62

3 years ago

0.1.61

3 years ago

0.1.60

3 years ago

0.1.59

3 years ago

0.1.58

3 years ago

0.1.57

3 years ago

0.1.56

3 years ago

0.1.55

3 years ago

0.1.54

3 years ago

0.1.52

3 years ago

0.1.51

3 years ago

0.1.50

3 years ago

0.1.49

3 years ago

0.1.48

3 years ago

0.1.47

3 years ago

0.1.46

3 years ago

0.1.45

3 years ago

0.1.44

3 years ago

0.1.43

3 years ago

0.1.42

3 years ago

0.1.41

3 years ago

0.1.40

3 years ago

0.1.37

3 years ago

0.1.36

3 years ago

0.1.35

3 years ago

0.1.34

3 years ago

0.1.33

3 years ago

0.1.32

3 years ago

0.1.31

3 years ago

0.1.30

3 years ago

0.1.29

3 years ago

0.1.28

3 years ago

0.1.27

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago