Universal HTTP Module for Nuxt.js
 
 
Go to file
Sébastien Chopin 7023e162f4 chore(release): 0.5.5 2020-06-17 16:31:53 +02:00
.github test: run tests in band 2020-04-13 21:24:46 +02:00
docs chore(deps): update devdependency vuepress to ^1.5.2 (#112) 2020-06-17 13:42:47 +02:00
ky-universal fix: use local version of ky-universal (#111) 2020-06-12 17:43:59 +02:00
lib feat: improve `$` helpers and error object (#113) 2020-06-17 13:01:35 +02:00
test feat: improve `$` helpers and error object (#113) 2020-06-17 13:01:35 +02:00
types fix(types): update types for `HTTPError` to `ky.HTTPError` (#91) 2020-03-31 12:04:02 +02:00
.editorconfig moved from nuxt-community/modules 2017-08-13 15:52:10 +04:30
.eslintignore refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
.eslintrc.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
.gitbook.yaml update .gitbook.yaml 2018-09-21 16:31:06 +04:30
.gitignore refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
CHANGELOG.md chore(release): 0.5.5 2020-06-17 16:31:53 +02:00
LICENSE refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
README.md chore: use github checks badge 2020-04-13 21:49:26 +02:00
jest.config.js refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
netlify.toml add netlify.toml 2019-04-09 15:12:15 +04:30
package.json chore(release): 0.5.5 2020-06-17 16:31:53 +02:00
renovate.json chore: configure renovate (#181) 2018-11-25 02:29:23 +03:30
yarn.lock chore(deps): add missing destr package in deps 2020-06-17 16:31:19 +02:00

README.md

HTTP Module

npm version npm downloads Checks Codecov Standard JS

📖 Read Documentation

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start development server using yarn dev

📑 License

MIT License

Copyright (c) Nuxt.js Team