vitch / app-with-typescript

Showing how to consume an addon that uses ember-cli-typescript from an app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app-with-typescript

This application shows how to consume an addon which uses ember-cli-typescript

There isn't really anything to it - you just need to ember install ember-cli-typescript in the app as well as the addon. Ideally your addon should do this anyway in it's default blueprint so that anyone consuming the addon doesn't need to think about it

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd app-with-typescript
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Showing how to consume an addon that uses ember-cli-typescript from an app


Languages

Language:JavaScript 72.8%Language:HTML 27.2%