All Projects → ember-learn → deprecation-app

ember-learn / deprecation-app

Licence: other
Deprecation guides for ember.js, ember-data, and ember-cli

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
HTML
75241 projects
Procfile
174 projects

Projects that are alternatives of or similar to deprecation-app

Awesome Ember
A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
Stars: ✭ 140 (+677.78%)
Mutual labels:  ember, emberjs
webmarks
remoteStorage-enabled bookmarking app
Stars: ✭ 65 (+261.11%)
Mutual labels:  ember, emberjs
Qunit Dom
High Level DOM Assertions for QUnit
Stars: ✭ 146 (+711.11%)
Mutual labels:  ember, emberjs
Guides Source
This repository contains the Ember.js Guides
Stars: ✭ 130 (+622.22%)
Mutual labels:  ember, emberjs
emberconf-2018
EmberConf 2018 notes.
Stars: ✭ 56 (+211.11%)
Mutual labels:  ember, emberjs
Super Rentals
Codebase for the Super Rentals official tutorial
Stars: ✭ 134 (+644.44%)
Mutual labels:  ember, emberjs
Library App
Detailed Ember.js Octane v3.21 tutorial for absolute beginners. https://yoember.com
Stars: ✭ 189 (+950%)
Mutual labels:  ember, emberjs
Ember Api Docs
Ember API Docs viewer
Stars: ✭ 55 (+205.56%)
Mutual labels:  ember, emberjs
ember-angle-brackets-codemod
Codemod to convert curly braces syntax to angle brackets syntax
Stars: ✭ 58 (+222.22%)
Mutual labels:  ember, emberjs
sharesome
Share files quickly from your remote storage
Stars: ✭ 21 (+16.67%)
Mutual labels:  ember, emberjs
Ember Cli Bundle Analyzer
Analyze the size and contents of your Ember app's bundles
Stars: ✭ 78 (+333.33%)
Mutual labels:  ember, emberjs
ember-statechart-component
Statecharts as components. No classes. Pure declarative state transitions.
Stars: ✭ 28 (+55.56%)
Mutual labels:  ember, emberjs
Ember Styleguide
This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app.
Stars: ✭ 69 (+283.33%)
Mutual labels:  ember, emberjs
ember-cli-string-helpers
Set of the String helpers extracted from DockYard's ember-composable-helpers.
Stars: ✭ 73 (+305.56%)
Mutual labels:  ember, emberjs
Ember Cli Foundation 6 Sass
Stars: ✭ 65 (+261.11%)
Mutual labels:  ember, emberjs
Ember Cli Addon Docs
Easy, beautiful docs for your OSS Ember addons
Stars: ✭ 162 (+800%)
Mutual labels:  ember, emberjs
Docfy
Build fully personalized documentation sites; write content and demos in Markdown.
Stars: ✭ 48 (+166.67%)
Mutual labels:  ember, emberjs
Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (+166.67%)
Mutual labels:  ember, emberjs
super-rentals-tutorial
No description or website provided.
Stars: ✭ 69 (+283.33%)
Mutual labels:  ember, emberjs
fire
An idiomatic micro-framework for building Ember.js compatible APIs with Go.
Stars: ✭ 56 (+211.11%)
Mutual labels:  ember, emberjs

This project uses GitHub Actions for continuous integration. This project uses Percy.io for visual regression testing.

deprecation-app

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

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/v3.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

Linting

  • npm run lint
  • npm run lint:fix

Building

  • npm run build (production)

Deploying

The app is continuously deployed to Netlify when a pull request is merged and passes continuous integration.

Further Reading / Useful Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].