NullVoxPopuli / deprecation-app

Deprecation guides for ember.js, ember-data, and ember-cli

Home Page:https://deprecations.emberjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deprecation-app Build Status

This is the app that serves https://deprecations.emberjs.com/

Adding new deprecations

The content folder contains all the deprecations that are listed by the website. To add a new deprecation, add it to the appropriate folder by creating a new file. The content of the file needs to follow a specific format for the app to work. You can see this sample for reference.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd deprecation-app
  • npm install / yarn

Running / Development

Troubleshooting

Do you only see a blank page with a header and footer? Or maybe a 404? Make sure to visit http://localhost:4200/ember/v2.x to view the app with data loaded in.

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

This app is deployed via CI/CD on merges to the master branch.

Further Reading / Useful Links

About

Deprecation guides for ember.js, ember-data, and ember-cli

https://deprecations.emberjs.com/


Languages

Language:CSS 80.9%Language:JavaScript 13.5%Language:HTML 5.5%