2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-08 20:42:25 +03:00

Update README.md

This commit is contained in:
Cristi Jora
2017-05-30 12:59:09 +03:00
committed by GitHub
parent 03ec0cfc75
commit 2e769aefcf
+3 -3
View File
@@ -26,11 +26,11 @@ There is also a [Playground](?id=playground) where you can test stuff out right
## NPM
`npm install vue-form-wizard`
## Or alternatively directly include the javascript
## Direct script include
Download the css and js files from `dist` folder or reference them directly from github (check jsfiddle links)
```html
<link rel="stylesheet" href="vue-form-wizard.min.css">
<script src="vue-form-wizard.js"></script>
<link rel="stylesheet" href="https://unpkg.com/vue-form-wizard/dist/vue-form-wizard.min.css">
<script src="https://unpkg.com/vue-form-wizard/dist/vue-form-wizard.js"></script>
```
## Component registration
```js