Skip to content

Commit

Permalink
📝 docs(gitbook): syntax highlighting added ✨ (#66) by @rmariuzzo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo authored and kazupon committed Oct 7, 2016
1 parent 162b935 commit 328bffc
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,25 @@ See the [here](https://kazupon.github.io/vue-i18n)

## Development Setup

# install deps
npm install
```shell
# install deps
npm install

# build dist files
npm run build
# build dist files
npm run build

# lint
npm run lint
# lint
npm run lint

# run unit tests only
npm run unit
# run unit tests only
npm run unit

# run e2e tests only
npm run e2e
# run e2e tests only
npm run e2e

# lint & run all tests
npm test
# lint & run all tests
npm test
```


## Changelog
Expand Down

0 comments on commit 328bffc

Please sign in to comment.