mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-16 06:10:32 +03:00
Merge branch 'master' of https://github.com/cristijora/vue-form-wizard into next
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
language: node_js
|
||||
#cache:
|
||||
# directories:
|
||||
# - node_modules
|
||||
node_js:
|
||||
- "7"
|
||||
- "6"
|
||||
@@ -1,10 +1,13 @@
|
||||
|
||||
# vue-form-wizard
|
||||
<h1 align="center">Vue form wizard</h1>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.npmjs.com/package/vue-form-wizard"><img src="https://img.shields.io/npm/v/vue-form-wizard.svg"></a>
|
||||
<a href="https://www.npmjs.com/package/vue-form-wizard"><img src="https://img.shields.io/npm/dt/vue-form-wizard.svg"></a>
|
||||
<a href="https://github.com/cristijora/vue-form-wizard/blob/master/LICENCE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
||||
<a href="http://img.badgesize.io/cristijora/vue-form-wizard/master/dist/vue-form-wizard.js.svg?compression=gzip&style=flat-square">
|
||||
<img src="http://img.badgesize.io/cristijora/vue-form-wizard/master/dist/vue-form-wizard.js.svg?compression=gzip&style=flat-square">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
A dynamic wizard to split your forms easier
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
||||
"unit:watch": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch",
|
||||
"e2e": "node test/e2e/runner.js",
|
||||
"test": "npm run unit && npm run e2e",
|
||||
"test": "npm run unit",
|
||||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user