Coder Social home page Coder Social logo

ember-cli-list-view's Introduction

Ember List View for Ember CLI

This is an addon for ember list-view for easy consumption by ember-cli. Currently it wraps this ember-list-view bower component distribution fork while we wait for a "real" release for ember cli.

Installation

In your Ember CLI app packages.json file, add this "devDependency":

  "ember-list-view-cli": "kristianmandrup/ember-list-view-cli.git#master"

And run npm install

Bower library installation

The addon depends on ember-validations being installed as a bower component.

Since the package.json file now has an "install" script defined, it should auto-install its bower dependencies!!

"scripts": {
  "install": "bower install"

This should install the dependencies listed in the bower.json file of this addon (named "dummy" for this reason!)

{
  "name": "bower-dummy",
  "devDependencies": {
    "ember-list-view": "kristianmandrup/ember-list-view.git#master",
  }
}

If this for some reason doesn't work or you want to install manually:

Try bower install kristianmandrup/ember-list-view.git#master --save-dev

Which should install ember-list-view bower distribution and save it into your bower.json file.

Test if installation works

Run ember serve

Test in the browser

Now you can serve the final build (the library will be part of vendor.js).

$ open localhost:4200

In the console of your browser web tools:

> Ember.ListView

Legal

Licensed under the MIT license

See See Ember List view license

ember-cli-list-view's People

Contributors

kristianmandrup avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

solarisjapan

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.