UNPKG

1.16 kBMarkdownView Raw
1# HTTP Module
2
3[![npm version][npm-version-src]][npm-version-href]
4[![npm downloads][npm-downloads-src]][npm-downloads-href]
5[![Circle CI][circle-ci-src]][circle-ci-href]
6[![Codecov][codecov-src]][codecov-href]
7[![Standard JS][standard-js-src]][standard-js-href]
8
9📖 [**Read Documentation**](https://http.nuxtjs.org)
10
11## Development
12
131. Clone this repository
142. Install dependencies using `yarn install`
153. Start development server using `yarn dev`
16
17## 📑 License
18
19[MIT License](./LICENSE)
20
21Copyright (c) Nuxt.js Team
22
23<!-- Badges -->
24[npm-version-src]: https://flat.badgen.net/npm/v/@nuxt/http
25[npm-version-href]: https://npmjs.com/package/@nuxt/http
26[npm-downloads-src]: https://flat.badgen.net/npm/dt/@nuxt/http
27[npm-downloads-href]: https://npmjs.com/package/@nuxt/http
28[circle-ci-src]: https://flat.badgen.net/circleci/github/nuxt/http
29[circle-ci-href]: https://circleci.com/gh/nuxt/http
30[codecov-src]: https://flat.badgen.net/codecov/c/github/nuxt/http
31[codecov-href]: https://codecov.io/gh/nuxt/http
32[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
33[standard-js-href]: https://standardjs.com