open-vault/ui
Matthew Irish 4b885c080c
Ui request forwarding error (#4275)
* add ember-cli-content-security-policy
* only enable client side CSP when not in production - the go side handles this otherwise
* add service that handles and stores CSP violations via the securitypolicyviolation event
* update auth form component to show a specialized message when there's a CSP error
* move to computed prop for showing the CSP error message
* fix typos
2018-04-05 16:36:33 -05:00
..
app Ui request forwarding error (#4275) 2018-04-05 16:36:33 -05:00
config Ui request forwarding error (#4275) 2018-04-05 16:36:33 -05:00
lib
mirage
public
scripts
tests Ui request forwarding error (#4275) 2018-04-05 16:36:33 -05:00
vendor
.bowerrc
.editorconfig
.ember-cli
.eslintrc.js
.gitignore
.travis.yml
.watchmanconfig
bower.json
ember-cli-build.js
package.json Ui request forwarding error (#4275) 2018-04-05 16:36:33 -05:00
README.md
testem.js
yarn.lock Ui request forwarding error (#4275) 2018-04-05 16:36:33 -05:00

vault

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.

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

Building

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

Deploying

Specify what it takes to deploy your app.