stepper-vue
Advanced tools
Comparing version
{ | ||
"name": "stepper-vue", | ||
"version": "1.1.3", | ||
"version": "1.1.10", | ||
"description": "", | ||
@@ -18,3 +18,3 @@ "main": "dist/stepper-vue.ssr.js", | ||
"url": "https://github.com/elixian/stepper-vue" | ||
}, | ||
}, | ||
"scripts": { | ||
@@ -26,3 +26,4 @@ "serve": "vue-cli-service serve dev/serve.js", | ||
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife", | ||
"test" : "jest" | ||
"push:master": "grunt bump", | ||
"test:unit": "vue-cli-service test:unit" | ||
}, | ||
@@ -37,5 +38,9 @@ "dependencies": {}, | ||
"@vue/cli-plugin-babel": "^4.3.1", | ||
"@vue/cli-plugin-unit-jest": "~4.5.0", | ||
"@vue/cli-service": "^4.3.1", | ||
"@vue/test-utils": "1.0.0-beta.29", | ||
"babel-jest": "^26.6.1", | ||
"cross-env": "^7.0.2", | ||
"grunt": "^1.3.0", | ||
"grunt-bump": "^0.8.0", | ||
"jest": "^26.6.1", | ||
@@ -50,3 +55,2 @@ "minimist": "^1.2.5", | ||
"vue": "^2.6.11", | ||
"vue-jest": "^3.0.7", | ||
"vue-template-compiler": "^2.6.11" | ||
@@ -53,0 +57,0 @@ }, |
@@ -1,1 +0,57 @@ | ||
[](https://travis-ci.org/elixian/stepper-vue) | ||
# Stepper vue | ||
[](https://travis-ci.org/elixian/stepper-vue) | ||
Composant stepper | ||
### Pré-requis | ||
Avoir un projet vuejs déjà existant :) | ||
### Installation | ||
Executez la commande ``npm i stepper-vue`` pour commencer ensuite [...] | ||
## Démarrage | ||
```html | ||
<template> | ||
<div id="app"> | ||
<stepper-vue :active-page="2" :totalPage="10" :CustomStyle="{bg:'crimson',height:'6px'}" /> | ||
</div> | ||
</template> | ||
``` | ||
Paramtérage | ||
- ``active-page`` : correspond à l'état d'avancement du stepper, la page active. | ||
- ``totalPage`` : correspond au total de pages | ||
- ``CustomStyle`` : objet comprenant la modification de la couleur (bg) et la hauteur de l'élement (height), par défaut la hauteur est définie à une height de 2px | ||
## Versions | ||
**Dernière version stable :** 1.1.3 | ||
## Auteurs | ||
Listez le(s) auteur(s) du projet ici ! | ||
* **Elixian** _alias_ [@Elixian](https://github.com/elixian) | ||
## License | ||
Ce projet est sous licence ``ISC`` | ||
Sorry, the diff of this file is not supported yet
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
58
5700%3689
-96.7%23
15%3
-80%0
-100%2
Infinity%