Skip to content

siongui/dart-toggle-sidebar-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart Toggle Sidebar Example

Inspired by Octopress, create toggle-able sidebar with Dart.

Usage

  1. Development environment is Ubuntu 13.10.
  2. Download Dart Zip file.
  3. Modify the first line in Makefile to point to the location of your unzipped Dart directory. For example, your unzipped Dart dir is located at ../dart, you should set the first line like this:

    DART_DIR=../dart
  4. Run the demo:

    $ make
  5. Convert Dart code to JavaScript:

    $ make js

Demo

See here.

UNLICENSE

Released in public domain. See UNLICENSE.

Releases

No releases published

Packages

No packages published