pug_dart 1.2.1 copy "pug_dart: ^1.2.1" to clipboard
pug_dart: ^1.2.1 copied to clipboard

A high-performance Dart wrapper for Pug.js templating engine with persistent server and Unix domain sockets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pug_dart

With Flutter:

 $ flutter pub add pug_dart

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

dependencies:
  pug_dart: ^1.2.1

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:pug_dart/pug_dart.dart';
0
likes
150
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance Dart wrapper for Pug.js templating engine with persistent server and Unix domain sockets.

Repository (GitHub)
View/report issues

Topics

#templating #html #pug #server-side #templates

Documentation

API reference

License

MIT (license)

More

Packages that depend on pug_dart