REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
Hybrid PageBuilder / Vue project?
-
Hello team,
I have an existing project, and there are 1-2 pages in particular I'd like to (try) to migrate to Vue (or React, I haven't decided yet).
Can you tell me what the best way to do this is?
Any special server-side settings needed? Or can I literally just upload a Vue project via CLI tool or Code Editor and it will work?
-
Hello,
It depends what you want to achieve but you can seamlessly upload the
dist
folder from annpm run build
to AppDrag with the CLI.I suggest you to create a
publish
npm rule that would do the build and CLI push if build succeeded