mirror of https://github.com/sundowndev/http.git
34 lines
1.1 KiB
Markdown
Executable File
34 lines
1.1 KiB
Markdown
Executable File
# HTTP Module
|
|
|
|
[![npm version][npm-version-src]][npm-version-href]
|
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
[![Circle CI][circle-ci-src]][circle-ci-href]
|
|
[![Codecov][codecov-src]][codecov-href]
|
|
[![Standard JS][standard-js-src]][standard-js-href]
|
|
|
|
📖 [**Read Documentation**](https://http.nuxtjs.org)
|
|
|
|
## Development
|
|
|
|
1. Clone this repository
|
|
2. Install dependencies using `yarn install`
|
|
3. Start development server using `yarn dev`
|
|
|
|
## 📑 License
|
|
|
|
[MIT License](./LICENSE)
|
|
|
|
Copyright (c) Nuxt.js Team
|
|
|
|
<!-- Badges -->
|
|
[npm-version-src]: https://flat.badgen.net/npm/v/@nuxt/http
|
|
[npm-version-href]: https://npmjs.com/package/@nuxt/http
|
|
[npm-downloads-src]: https://flat.badgen.net/npm/dt/@nuxt/http
|
|
[npm-downloads-href]: https://npmjs.com/package/@nuxt/http
|
|
[circle-ci-src]: https://flat.badgen.net/circleci/github/nuxt/http
|
|
[circle-ci-href]: https://circleci.com/gh/nuxt/http
|
|
[codecov-src]: https://flat.badgen.net/codecov/c/github/nuxt/http
|
|
[codecov-href]: https://codecov.io/gh/nuxt/http
|
|
[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
|
|
[standard-js-href]: https://standardjs.com
|