jaspr 0.1.4 copy "jaspr: ^0.1.4" to clipboard
jaspr: ^0.1.4 copied to clipboard

Experimental web framework that feels like Flutter but supports server-side rendering.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jaspr

Use it

The package has the following executables:

$ jaspr

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jaspr

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  jaspr: ^0.1.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jaspr/jaspr.dart';
292
likes
0
pub points
86%
popularity

Publisher

verified publisherschultek.de

Experimental web framework that feels like Flutter but supports server-side rendering.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, binary_codec, domino, hotreloader, html, http, meta, path, shelf, shelf_proxy, shelf_static

More

Packages that depend on jaspr