UNPKG

@cocreate/crud-client

Version:

An useful CRUD api operate Create, read, update, delete with built in database. Can be used as a firebase alternative. Easily configured using HTML5 attributes and/or JavaScript API.

18 lines (17 loc) 545 B
<!DOCTYPE html> <html lang="en"> <head> <title>Crud Client | CoCreateJS</title> <!-- CoCreate Favicon --> <link rel="icon" type="image/png" sizes="32x32" href="../assets/favicon.ico" /> <link rel="manifest" href="/manifest.webmanifest" /> </head> <body class="padding:20px"> <!--<script src="../dist/CoCreate-crud-client.js"></script>--> <script src="https://CoCreate.app/dist/CoCreate.js"></script> </body> </html>