I Followed the Following Link
I have Also added the JsonStore Plugin
Wl.jsonStore is not Initialized when trying to initialize the Cordova Mobile First application
WL.JSONStore.init(collections).then(function (collections) {
alert("collections creted sucessfully");
console.log("Collections created sucessfully");
// handle success - collection.people (people's collection)
}).fail(function
(error) {
alert(error);
console.log(error);// handle failure });
WL.Store is need to Initialized. Kinldy Help me out To fix this Issue.