1.1.5 • Published 4 years ago

@armor/create-armor-ui v1.1.5

Weekly downloads
26
License
SEE LICENSE IN LI...
Repository
github
Last release
4 years ago

Build Status @armor/api Managed With

Create Armor UI

Features

  • Installs core Armor dependencies
  • Connects to API out of the box, login redirect, and an example call to /me
  • Generates Example components that illustrate how routing and nav should be set up
  • Creates Passing Unit tests for generated components (100% coverage)
  • Passes lint (angular cli generated e2e test do not pass)
  • Runs e2e tests

Prerequisites

Install

We need to install Angular CLI & Armor Create UI

npm i -g @angular/cli @armor/create-armor-ui

Create directory

If you have already set up a git repo, just cd into that now.

Otherwise create a new dir and cd in.

mkdir my-app
cd my-app

Generate your new app

You just need to type create-armor-ui and supply a name for your app.

create-armor-ui myApp

Run Your App

# run the app against TDE
npm run dev # prod | cert

Testing / Linting

Lint (scss & ts)

npm run lint

Unit Tests

npm run test

End-toEnd Tests

Credentials

We are running tests on TDE with the

  1. Install pass if you do not already have it.
  2. Initialize a new password store
    • pass init <gpg-key-id>
      • gpg --list-keys to list gpg-keys
  3. save tde/portal/test.dev to pass
    • pass insert tde/portal/test.dev

Running Locally

  1. export your password to your environment variables
    • $export tdePass="$(pass tde/portal/test.dev)"
  2. serve up & test the app
    • npm run e2e

Writing tests

When writing tests it may be better to serve up the app with npm start and then in another terminal run npm run e2e:no-serve. This will save the time it takes to rebuild the app. You still need to export the password to env $export tdePass="$(pass tde/portal/test.dev)"

Error Messages and Solutions

Forgot to add tdePass to env

Error Message

Failed: each key must be a number of string; got undefined

Solution

Add tdePass to env

export tdePass="$(pass tde/portal/test.dev)"
1.1.5

4 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-beta.31

6 years ago

1.0.0-beta.30

6 years ago

1.0.0-beta.29

6 years ago

1.0.0-beta.28

6 years ago

1.0.0-beta.27

6 years ago

1.0.0-beta.26

6 years ago

1.0.0-beta.25

6 years ago

1.0.0-beta.24

6 years ago

1.0.0-beta.23

6 years ago

1.0.0-beta.22

6 years ago

1.0.0-beta.21

6 years ago

1.0.0-beta.20

6 years ago

1.0.0-beta.19

6 years ago

1.0.0-beta.18

6 years ago

1.0.0-beta.17

6 years ago

1.0.0-beta.16

6 years ago

1.0.0-beta.15

6 years ago

1.0.0-beta.14

6 years ago

1.0.0-beta.13

6 years ago

1.0.0-beta.12

6 years ago

1.0.0-beta.11

6 years ago

1.0.0-beta.10

6 years ago

1.0.0-beta.9

6 years ago

1.0.0-beta.8

6 years ago

1.0.0-beta.7

6 years ago

1.0.0-beta.6

6 years ago

1.0.0-beta.4

6 years ago

1.0.0-beta.3

6 years ago

1.0.0-beta.2

6 years ago

1.0.0-beta.1

6 years ago

1.0.0-beta.0

6 years ago