Universal HTTP Module for Nuxt.js
 
 
Go to file
dependabot[bot] 26241e5f2c chore(deps): bump lodash.template from 4.4.0 to 4.5.0 in /docs (#58)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-24 12:04:15 +02:00
.circleci Update config.yml 2019-02-15 16:41:24 +03:30
.github update readme 2019-04-09 14:28:41 +04:30
docs chore(deps): bump lodash.template from 4.4.0 to 4.5.0 in /docs (#58) 2019-07-24 12:04:15 +02:00
lib fix: ignore content-length header 2019-06-05 16:14:03 +04:30
test update ssr fixture 2019-05-30 02:49:21 +04:30
types fix(types): add missing `JSONValue` import (#28) 2019-04-28 21:39:52 +04:30
.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.3.2 2019-06-05 16:14:23 +04:30
LICENSE refactor(package): update module (#206) 2019-02-09 17:34:47 +03:30
README.md update readme 2019-04-09 14:28:41 +04:30
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.3.2 2019-06-05 16:14:23 +04:30
renovate.json chore: configure renovate (#181) 2018-11-25 02:29:23 +03:30
yarn.lock chore(deps): bump lodash from 4.17.11 to 4.17.14 (#60) 2019-07-24 12:03:44 +02:00

README.md

HTTP Module

npm version npm downloads Circle CI 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