Skip to content

Commit c15f881

Browse files
committed
Update README.md
1 parent ce82801 commit c15f881

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,23 @@ Made with [Vue.js](https://vuejs.org/)
5555

5656
## Usage as npm package
5757

58+
If you don't already have an existing Vue project, the easiest way to create one is to use [Vue CLI](https://cli.vuejs.org/):
59+
60+
```shell
61+
$ npm install -g @vue/cli
62+
# OR
63+
$ yarn global add @vue/cli
64+
```
65+
66+
And then create a project:
67+
68+
```shell
69+
$ vue create my-project
70+
$ cd my-project
71+
```
72+
73+
To add Vue Flow Form as a dependency to your Vue project, use the following:
74+
5875
```shell
5976
npm install @ditdot-dev/vue-flow-form --save
6077
```

0 commit comments

Comments
 (0)