You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Might be irrelevant for node/gulp/... gurus, but as this is my first real exposure to these, it took me time to figure out how to run a build. Moreover, the results I'm getting are a bit different from what is available in dist. I'm getting a consistent build result on Windows and Mac, but they slightly differ from what is check-in Github. Although it seems to work.
Here are the instructions I used:
1- Cloned ngFormio & ngFormBuilder to the following folders:
[+] MyFolder
[+] ngFormio
[+] ngFormBuilder
2- Ran the following commands assuming that gulp is already installed globally (on Mac, a few sudos are required):
cd /MyFolder/ngFormio
npm install
bower install
-> choose 2 for angular-bootstrap 2.1.3
npm install gulp --save-dev
gulp build
npm link
bower link
cd ../ngFormBuilder
npm install
bower install
-> choose 2 for anular-bootstrap 2.1.3
npm install gulp --save-dev
gulp build
Would be great if you can amend these instructions and publish them
The text was updated successfully, but these errors were encountered:
Priand,
Thanks for posting the steps here.
are you able to integrate the ngformbuilder with formio and run it successfully?
if that is the case, can you please share the instructions ?
thanks in advance.
I have downloaded formio locally and run.
I also download ngFormBuilder locally but I don't know "hot to integrate with my local formio server"
Please help me, its urgent.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Might be irrelevant for node/gulp/... gurus, but as this is my first real exposure to these, it took me time to figure out how to run a build. Moreover, the results I'm getting are a bit different from what is available in dist. I'm getting a consistent build result on Windows and Mac, but they slightly differ from what is check-in Github. Although it seems to work.
Here are the instructions I used:
1- Cloned ngFormio & ngFormBuilder to the following folders:
2- Ran the following commands assuming that gulp is already installed globally (on Mac, a few sudos are required):
Would be great if you can amend these instructions and publish them
The text was updated successfully, but these errors were encountered: