Git Product home page Git Product logo

web-ui's Introduction

Web UI 0.4 (deprecated, newer versions in Polymer.dart)

PLEASE NOTE: web_ui was renamed, and versions >= 0.5 can be found in the Polymer.dart package instead. There have been a number of breaking changes since 0.4, you can read about how to migrate here. Please feel free to reach out to us with migration questions.

Documentation about Web UI 0.4 is still available for those that are building production applications on top of this package.

Introduction

Web UI lets you build web apps as if you had a browser from the future. You can use the cool new web technologies like Web Components, and features like dynamic templates and live data binding inspired by Model Driven Views and Dart today. Build apps easily using HTML as your template language, express your application's components in HTML, and synchronize your data automatically between Dart and your components.

We believe that:

  • Web Components and MDV are on their way, we should start using them now.
  • Cool new features should be made available to modern browsers that haven't yet implemented them.
  • Write/reload is just as important as write/compile/minimize/ship.
  • Working in open source is the way to go.
  • Developers from all backgrounds should be building awesome modern web apps.

Build Status

Try It Now

Add the Web UI package to your pubspec.yaml file:

dependencies:
  web_ui: any

Instead of using any, we recommend using version ranges to avoid getting your project broken on each release. Using a version range lets you upgrade your package at your own pace:

dependencies:
  web_ui: ">=0.4.8 <0.4.9"

We update versions within the range when we release small bug fixes. For instance, 0.4.8+1 is considered a non-breaking change. We change versions outside of the range when we introduce a breaking change. See our changelog to find the version that works best for you.

Learn More

See our TodoMVC example running. Read the README.md in example/todomvc for more details.

Running Tests

Dependencies are installed using the Pub Package Manager.

pub install

# Run command line tests and automated end-to-end tests. It needs two
# executables on your path: `dart` and `content_shell` (see below
# for links to download `content_shell`)
test/run.sh

Note: to run browser tests you will need to have content_shell, which can be downloaded prebuilt for Ubuntu Lucid, Windows, or Mac. You can also build it from the Dartium and content_shell sources.

For Linux users all the necessary fonts must be installed see https://code.google.com/p/chromium/wiki/LayoutTestsLinux

Contacting Us

Please file issues in our Issue Tracker or contact us on the Dart Web UI mailing list.

We also have the Web UI development list for discussions about internals of the code, code reviews, etc.

web-ui's People

Contributors

sigmundch avatar terrylucas avatar tsander avatar jacob314 avatar sqs avatar kevmoo avatar adam-singer avatar gubaer avatar sethladd avatar amouravski avatar justinfagnani avatar dgrove avatar adambender avatar bradrydzewski avatar devoncarew avatar jmwaura avatar jmesserly avatar blois avatar selkhateeb avatar dasmoth avatar yohcop avatar

Watchers

James Cloos avatar Jawaring avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.