From 15f990257d2a90767e32a199db7eb9ea141f29bf Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Mon, 17 Apr 2017 23:52:50 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6531d7c..7283bcf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,17 @@ Other demos: * [Customized buttons with slots](https://jsfiddle.net/CristiJ/bt5dhqtf/76/) Replace stuff you don't like # Usage + +## NPM +`npm install vue-tab-wizard` + +## Or alternatively directly include the javascript +Download the css and js files from `dist` folder or reference them directly from github (check jsfiddle links) +```jsx + + +``` +## Component registration ```jsx //global registration import 'vue-tab-wizard' @@ -30,7 +41,10 @@ components: { TabWizard, TabContent } +``` +## Template usage +```jsx My first tab content From 78fddba4da1821261ac88cf13060885447e16847 Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Mon, 17 Apr 2017 23:53:07 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7283bcf..bdf274e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WIP vue-tab-wizard +# vue-tab-wizard A dynamic tab wizard to split your forms easier Vue-tab-wizard is a vue based component with **no external depenendcies** which simplifies tab wizard management and allows you to focus on the functional part of your app rather than