update: no vue-2 compatability (doesn't work with current build)

* README.md
This commit is contained in:
Braks
2021-07-10 16:42:39 +02:00
parent 150438d08f
commit d50d74598b
34 changed files with 35 additions and 42 deletions
+1 -8
View File
@@ -33,14 +33,7 @@ import '@braks/revue-flow/dist/style.css';
```
## Vue2
With Vue2 make sure you have the composition api installed as a dependency. Same goes for Nuxtjs.
```bash
# install revue flow
$ yarn add @braks/revue-flow @vue/composition-api
# or
$ npm i --save @braks/revue-flowy @vue/composition-api
```
This doesn't work with Vue2, sorry.
## Development
This project uses Vite for development and Rollup to create type definitions.