Austin Breslin c177a89297 Offline first react (#421)
* initial commit

* Added OfflineHTTPService implementation to file

* Put interfaces into their own files

* Create a state object to allow the render method to have a variable to print.

* Tested Gets, need to update comments

* Add JSDoc

* Created Readme.md
2018-02-26 09:30:58 +01:00

14 lines
395 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-offline-first-client-side-solution",
"id": "0c2c55d9-8ce6-4303-a642-ff8eefbc9d2c",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true
},
"paths": {
"zippedPackage": "solution/react-offline-first.sppkg"
}
}