0.1.0 • Published 9 years ago
ember-qualtrics v0.1.0
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-qualtricsnpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
0.1.0
9 years ago