@radpack/client

Rapid Application Development Packaging Client Runtime

Usage no npm install needed!

<script type="module">
  import radpackClient from 'https://cdn.skypack.dev/@radpack/client';
</script>

README

@radpack/client

The client-side runtime package. This is automatically imported into applications built using @radpack/webpack-plugin and targeting the web. For server-side usage, use @radpack/server.

Documentation Logo

Installation

npm install @radpack/client

Usage

You can import the client directly if using your own build process:

import radpack from '@radpack/client';

Otherwise, import a minified browser bundled script that sets a global radpack variable:

<!-- Relative -->
<script src="./node_modules/@radpack/client/lib/browser.js"></script>
<!-- UNPKG -->
<script src="https://unpkg.com/@radpack/client"></script>