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]
|
|
[![Checks][checks-src]][checks-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
|
|
[checks-src]: https://flat.badgen.net/github/checks/nuxt/http/dev
|
|
[checks-href]: https://github.com/nuxt/http/actions
|
|
[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
|