initial github commit
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
# ember-cli-dunlop
|
||||
|
||||
## Almost expected dependencies
|
||||
One of the awesome powers of this support package is it's strong opinionated approach to
|
||||
buildinng applications. This will result in a system of consistent
|
||||
working applications having a similar experience and layout. This will
|
||||
hugely simplify maintenance and rolling out improvements.
|
||||
|
||||
The downside can be to implement applications that do not fit inside
|
||||
this opinionated model. Consider not to use this package in that case.
|
||||
|
||||
* ember-cli-coffeescript
|
||||
* ember-cli-emblem
|
||||
* ember-changeset-validations
|
||||
* ember-one-way-controls
|
||||
* ember-cpm
|
||||
* ember-simple-auth
|
||||
* ember-truth-helpers
|
||||
* ember-composable-helpers
|
||||
* semantic-ui-ember
|
||||
|
||||
## Installation
|
||||
|
||||
* `git clone <repository-url>` this repository
|
||||
* `cd ember-cli-dunlop`
|
||||
* `npm install`
|
||||
* `bower install`
|
||||
|
||||
## Running
|
||||
|
||||
* `ember serve`
|
||||
* Visit your app at [http://localhost:4200](http://localhost:4200).
|
||||
|
||||
## Running Tests
|
||||
|
||||
* `npm test` (Runs `ember 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 [https://ember-cli.com/](https://ember-cli.com/).
|
||||
Reference in New Issue
Block a user