angulardart_prerender 1.2.2 copy "angulardart_prerender: ^1.2.2" to clipboard
angulardart_prerender: ^1.2.2 copied to clipboard

Prerendering tool for AngularDart applications to improve SEO.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate angulardart_prerender

Use it

The package has the following executables:

$ prerender

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add angulardart_prerender

With Flutter:

 $ flutter pub add angulardart_prerender

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

dependencies:
  angulardart_prerender: ^1.2.2

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:angulardart_prerender/angulardart_prerender.dart';
0
likes
160
points
384
downloads

Documentation

Documentation
API reference

Publisher

verified publisherqlapp.fr

Weekly Downloads

Prerendering tool for AngularDart applications to improve SEO.

Homepage
Repository (GitHub)
View/report issues

Topics

#angular #seo #prerender #ssr #web

License

MIT (license)

Dependencies

args, logging, path, puppeteer, yaml

More

Packages that depend on angulardart_prerender