Universal HTTP Module for Nuxt.js
 
 
Go to file
pooya parsa c123f5cef4 chore(release): 0.5.13 2020-09-26 16:01:59 +02:00
.github chore: update repository 2020-09-01 14:36:55 +02:00
docs chore(deps): update all non-major dependencies (#129) 2020-09-26 12:13:31 +02:00
ky-universal fix(ky-universal): server importing es bundle (#121) 2020-08-20 20:51:07 +02:00
lib fix: use regex to avoid falsely replacing ports starting with 80 (#124) 2020-09-26 12:51:46 +02:00
test feat: handle runtimeConfig and static target 2020-07-14 12:32:28 +02:00
types fix(types): add missing types for `create` and `setBaseURL` (#122) 2020-08-21 12:51:38 +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
.gitignore refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
CHANGELOG.md chore(release): 0.5.13 2020-09-26 16:01:59 +02:00
LICENSE refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
README.md chore: update badge 2020-09-01 14:37:50 +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.13 2020-09-26 16:01:59 +02:00
renovate.json chore: configure renovate (#181) 2018-11-25 02:29:23 +03:30
yarn.lock chore(deps): update all non-major dependencies (#129) 2020-09-26 12:13:31 +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