docs(readme): add section of development (#214)

master
Ricardo Gobbo de Souza 2019-02-18 04:53:16 -03:00 committed by Pooya Parsa
parent a3a0f251e2
commit bcfeda3191
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@
[![Dependencies][david-dm-src]][david-dm-href]
[![Standard JS][standard-js-src]][standard-js-href]
> Secure and Easy <a href="https://github.com/mzabriskie/axios">Axios</a> integration with Nuxt.js.
> Secure and Easy <a href="https://github.com/mzabriskie/axios">Axios</a> integration with Nuxt.js
## ✅ Features
@ -29,6 +29,12 @@
📖 [**Read Documentation**](https://axios.nuxtjs.org)
## Development
1. Clone this repository
2. Install dependencies using `yarn install` or `npm install`
3. Start development server using `npm run dev`
## 📑 License
[MIT License](./LICENSE)