Skip to content
Repro for bug report
Branch: master
Clone or download
Jure Cuhalev
Jure Cuhalev Repro example
Latest commit 27ec006 Apr 27, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app Repro example Apr 27, 2019
config
public Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
tests Repro example Apr 27, 2019
vendor Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
.editorconfig Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
.ember-cli Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
.eslintignore Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
.eslintrc.js Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
.gitignore
.template-lintrc.js Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
.travis.yml Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
.watchmanconfig Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
README.md
ember-cli-build.js Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
package-lock.json Repro example Apr 27, 2019
package.json Repro example Apr 27, 2019
testem.js Initial Commit from Ember CLI v3.8.1 Apr 27, 2019
yarn.lock Repro example Apr 27, 2019

README.md

viewport-test

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd viewport-test
  • 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

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

You can’t perform that action at this time.