1.0.3 • Published 1 year ago

@fridaycandour/cradova v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

cradova PWA sample

What is cradova.js?

cradova is a JavaScript framework for building Single Page Applications and PWAs.

It's small, fast and provides routing and XHR utilities out of the box.

cradova.js supports various versions of IE11, Firefox ESR, and Firefox, Edge, Safari, and Chrome. No polyfills required.

Installation

CDN

<!-- Production: whichever you prefer -->
<script src="https://unpkg.com/cradova/cradova.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/cradova/cradova.min.js"></script>

npm

npm install cradova --save

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.\ You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!

See the section about deployment for more information.

Analyzing the Bundle Size

This section has moved here: https://fridaycandour.github.io/cradova/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://fridaycandour.github.io/cradova/docs/making-a-progressive-web-app