Replies: 1 comment 4 replies
-
|
Hi @nfunwigabga, I have today deployed the existing but sparse documentation to https://versa-stack.github.io/v-craft/develop/ npm create vue@3.2.0Make sure use typescript and have it install pinia (2.x) as well. Once you have the Vue3 application added and running you will need to install the latest alpha package npm i @versa-stack/v-craft@0.1.0-alpha.2There are some peer dependencies that will need to be installed, the best way to see which ones they are is by running npm view @versa-stack/v-craft@0.1.0-alpha.2 peerDependenciesInstall any of those listed packages which are not yet installed. Since I use tailwindcss to style the editor it is recommended to add it as well https://v3.tailwindcss.com/docs/installation, otherwise you will have to take care of the styling. Now you can simply copy the demo folder https://github.com/versa-stack/v-craft/tree/develop/docs/components to you local I hope this will get you started on a quick spin up for the editor. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the work put into this. I would like to take it for a spin, and will appreciate any guidance in the implementation (as I see the docs seem to still be under development).
Beta Was this translation helpful? Give feedback.
All reactions