ember-qualtrics
v0.1.0
Published
The default blueprint for ember-cli addons.
Downloads
4
Keywords
Readme
Ember-qualtrics
This README outlines the details of collaborating on this Ember addon.
Configuration
// config/environment.js
module.exports = function(environment) {
var ENV = {
qualtrics: {
key: 'ZN_sdfasjskjfkjlsj',
subdomainPrefix: 'zsdfasdfsadf-qcorp',
disabled: false,
}
}
}
Installation
git clone <repository-url>
this repositorycd ember-qualtrics
npm install
bower install
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.