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
2.**Acquire build dependencies.** Make sure you have [Node.js](http://nodejs.org/) installed on your workstation. This is only needed to _build_ surveyjs from sources.
56
+
```
57
+
npm install
58
+
```
59
+
60
+
3.**Build the library**
61
+
```
62
+
npm run build
63
+
```
64
+
After that you should have the libraries (angular, jquery, knockout, react and vue) at 'packages' directory.
0 commit comments