Merge pull request #55 from 67P/dev/ember_upgrade

Update Ember to 3.1
This commit was merged in pull request #55.
This commit is contained in:
2018-04-17 12:53:30 +02:00
committed by GitHub
159 changed files with 14593 additions and 16991 deletions
+9 -4
View File
@@ -10,10 +10,9 @@ A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Bower](https://bower.io/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)
* [Google Chrome](https://google.com/chrome/)
## Installation
@@ -25,6 +24,7 @@ You will need the following things properly installed on your computer.
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
See [working with locally deployed contracts](https://github.com/67P/kredits-web#working-with-locally-deployed-contracts) for details on how to develop with locally deployed contracts.
@@ -37,6 +37,11 @@ Make use of the many generators for code, try `ember help generate` for more det
* `ember test`
* `ember test --server`
### Linting
* `npm run lint:js`
* `npm run lint:js -- --fix`
### Building
* `ember build` (development)
@@ -98,7 +103,7 @@ Install IPFS with your favorite package manager and run
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)