2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 00:39:02 +00:00
iconify/components-demo/ember-demo
2023-04-02 10:29:40 +03:00
..
app feat: option to remove size attributes in icon components and unplugin-icons 2023-01-27 19:52:22 +02:00
config Restructure monorepo 2022-05-12 22:39:56 +03:00
public Restructure monorepo 2022-05-12 22:39:56 +03:00
tests Restructure monorepo 2022-05-12 22:39:56 +03:00
vendor Restructure monorepo 2022-05-12 22:39:56 +03:00
.editorconfig Restructure monorepo 2022-05-12 22:39:56 +03:00
.ember-cli Restructure monorepo 2022-05-12 22:39:56 +03:00
.eslintignore Restructure monorepo 2022-05-12 22:39:56 +03:00
.eslintrc.js Restructure monorepo 2022-05-12 22:39:56 +03:00
.gitignore Restructure monorepo 2022-05-12 22:39:56 +03:00
.prettierignore Restructure monorepo 2022-05-12 22:39:56 +03:00
.prettierrc.js Restructure monorepo 2022-05-12 22:39:56 +03:00
.template-lintrc.js Restructure monorepo 2022-05-12 22:39:56 +03:00
.watchmanconfig Restructure monorepo 2022-05-12 22:39:56 +03:00
ember-cli-build.js Restructure monorepo 2022-05-12 22:39:56 +03:00
package.json chore(components): update dependencies 2023-04-02 10:29:40 +03:00
README.md Restructure monorepo 2022-05-12 22:39:56 +03:00
testem.js Restructure monorepo 2022-05-12 22:39:56 +03:00

ember-demo

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 ember-demo
  • 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
  • npm run lint:fix

Building

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

Deploying

Specify what it takes to deploy your app.