Skip to content

Commit 8fc02f7

Browse files
committed
chore: simplify readme
1 parent 3a2e427 commit 8fc02f7

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,9 @@
55
[![npm downloads][npm-downloads-src]][npm-downloads-href]
66
[![Checks][checks-src]][checks-href]
77
[![Codecov][codecov-src]][codecov-href]
8-
[![Standard JS][standard-js-src]][standard-js-href]
98

109
> Secure and Easy <a href="https://github.com/mzabriskie/axios">Axios</a> integration with Nuxt.js
1110
12-
## ✅ Features
13-
14-
✓ Automatically set base URL for client & server side
15-
16-
✓ Exposes `setToken` function to `$axios` so we can easily and globally set authentication tokens
17-
18-
✓ Automatically enables `withCredentials` when requesting to base URL
19-
20-
✓ Proxy request headers in SSR (Useful for auth)
21-
22-
✓ Fetch Style requests
23-
24-
✓ Integrated with Nuxt.js Progressbar while making requests
25-
26-
✓ Integrated with [Proxy Module](https://github.com/nuxt-community/proxy-module)
27-
28-
✓ Auto retry requests with [axios-retry](https://github.com/softonic/axios-retry)
29-
3011
📖 [**Read Documentation**](https://axios.nuxtjs.org)
3112

3213
## Development
@@ -51,5 +32,3 @@ Copyright (c) Nuxt Community
5132
[checks-href]: https://github.com/nuxt-community/axios-module/actions
5233
[codecov-src]: https://flat.badgen.net/codecov/c/github/nuxt-community/axios-module
5334
[codecov-href]: https://codecov.io/gh/nuxt-community/axios-module
54-
[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
55-
[standard-js-href]: https://standardjs.com

0 commit comments

Comments
 (0)