Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmatrosov committed Jul 4, 2017
1 parent 0d65aac commit e9d79c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* [webpack](https://github.com/webpack/webpack)
* [babel](https://github.com/babel/babel)
* [postcss](https://github.com/postcss/postcss)
* [testcafe](https://github.com/DevExpress/testcafe)
* [jasmine](https://github.com/jasmine/jasmine)
* [karma](https://github.com/karma-runner/karma)

## Install
```bash
Expand All @@ -24,9 +27,10 @@ $ npm i
|`npm run <script>`|Description|
|------------------|-----------|
|`build`| Builds your application to `build` folder.|
|`dev`| Serves your application at `localhost:4000` with auto-rebuild.|
|`test`|Runs unit tests with Karma and Jasmine.|
|`test:watch`| Runs Karma and watches for changes to re-run tests.|
|`dev`| Serves your application at `localhost:5000` with auto-rebuild.|
|`e2e`|Runs e2e tests with TestCafe.|
|`unit`|Runs unit tests with Karma and Jasmine.|
|`unit:watch`| Runs Karma and watches for changes to re-run tests.|

## Sources
* [Vue.js](https://vuejs.org/)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue2-starter",
"version": "1.0.1",
"version": "1.1.0",
"description": "Vue2, Vuex, Vue-Router, Webpack 2, PostCss",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e9d79c7

Please sign in to comment.