duxt 0.4.15 copy "duxt: ^0.4.15" to clipboard
duxt: ^0.4.15 copied to clipboard

Platformweb

A meta-framework for Jaspr with module-based architecture, file-based routing, layouts, and scaffold generators.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate duxt

Use it

The package has the following executables:

$ duxt

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add duxt

With Flutter:

 $ flutter pub add duxt

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

dependencies:
  duxt: ^0.4.15

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

Import it

Now in your Dart code, you can use:

import 'package:duxt/duxt.dart';
3
likes
140
points
526
downloads

Publisher

verified publisherbase.al

Weekly Downloads

A meta-framework for Jaspr with module-based architecture, file-based routing, layouts, and scaffold generators.

Homepage
Repository (GitHub)
View/report issues

Topics

#web #framework #jaspr #routing #scaffolding

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, args, fetch_client, http, jaspr, jaspr_content, jaspr_router, markdown, path, shelf, shelf_proxy, shelf_static, shelf_web_socket, watcher, web_socket_channel, yaml

More

Packages that depend on duxt