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
:warning: This SDK version requires Kuzzle v0.6.0 or higher.
8
+
7
9
## About Kuzzle
8
10
9
11
For UI and linked objects developers, Kuzzle is an open-source solution that handles all the data management (CRUD, real-time storage, search, high-level features, etc).
@@ -86,7 +88,7 @@ kuzzle
86
88
87
89
### HTML
88
90
89
-
#### Vanilla
91
+
#### Using automatic builds
90
92
91
93
Download the file [kuzzle.min.js](https://raw.githubusercontent.com/kuzzleio/sdk-javascript/browser/kuzzle.min.js) available in the [browser](https://github.com/kuzzleio/sdk-javascript/tree/browser) branch of this project.
92
94
@@ -120,6 +122,10 @@ kuzzle
120
122
});
121
123
```
122
124
125
+
#### Building manually
126
+
127
+
Clone this github repository and run ``grunt``. A ``browser`` directory will be created, containing a plain browserified version of this SDK, and a minified version.
0 commit comments