mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-23 06:40:32 +03:00
Update README.md
This commit is contained in:
+3
-3
@@ -26,11 +26,11 @@ There is also a [Playground](?id=playground) where you can test stuff out right
|
|||||||
## NPM
|
## NPM
|
||||||
`npm install vue-form-wizard`
|
`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)
|
Download the css and js files from `dist` folder or reference them directly from github (check jsfiddle links)
|
||||||
```html
|
```html
|
||||||
<link rel="stylesheet" href="vue-form-wizard.min.css">
|
<link rel="stylesheet" href="https://unpkg.com/vue-form-wizard/dist/vue-form-wizard.min.css">
|
||||||
<script src="vue-form-wizard.js"></script>
|
<script src="https://unpkg.com/vue-form-wizard/dist/vue-form-wizard.js"></script>
|
||||||
```
|
```
|
||||||
## Component registration
|
## Component registration
|
||||||
```js
|
```js
|
||||||
|
|||||||
Reference in New Issue
Block a user