mirror of https://github.com/sundowndev/http.git
docs(readme): add section of development (#214)
parent
a3a0f251e2
commit
bcfeda3191
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue