Skip to content

How do I build this from source? #971

Answered by bcakmakoglu
atyshka asked this question in Q&A
Discussion options

You must be logged in to vote

Also just go into the vue-flow directory and follow the development steps in the README file

Basically this

  1. go into the directory
  2. install dependencies (pnpm i)
  3. build the packages (pnpm build)

You're done, if you've linked the package as detailed in the previous post, you should be good to go :)
If you're looking to be able to develop the vue-flow packages while also developing your project you might want to run pnpm dev instead, which will basically run pnpm build but with a watcher that rebuilds the js files (types are not rebuilt with a watcher, you'll have to rebuild those yourself when you made changes)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@atyshka
Comment options

@bcakmakoglu
Comment options

@bcakmakoglu
Comment options

Answer selected by atyshka
@bcakmakoglu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants