Back to Ember Js

v2-app-template

smoke-tests/v2-app-template/README.md

5.12.01.3 KB
Original Source

v2-app-template

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 v2-app-template
  • npm install

Running / Development

Code Generators

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

Running Tests

  • npm run test

Linting

  • npm run lint
  • npm run lint:fix

Building

  • npm exec vite build --mode development (development)
  • npm run build (production)

Deploying

Specify what it takes to deploy your app.