Skip to content

Zeug-9/liquid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liquid

Library to build User Interfaces in Dart with Virtual DOM.

Installation

Requirements:

  • Dart SDK 1.8 or greater

1. Create a new Dart Web Project

2. Add Liquid library and transformer in pubspec.yaml file:

dependencies:
  liquid: any
transformers:
- liquid

3. Install it

$ pub get

And now you are ready to use it, just import 'package:liquid/liquid.dart' and start writing your first application with Liquid library

Examples

Here are simple examples that is build with Liquid library:

TodoMVC example

TodoMVC application [Source Code], it is heavily commented and demonstrates many important features of this library.

About

Library to build User Interfaces in Dart [Virtual DOM]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.6%
  • HTML 3.4%