1.0.3 • Published 5 years ago

@dizmo/axios-es5 v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

NPM version Build Status Coverage Status

@dizmo/axios-es5

Library module.

Usage

Install

npm install @dizmo/axios-es5 --save

Require

const axios = require('@dizmo/axios-es5');

Examples

axios.get('https://duckduckgo.com/?q=test').then(console.log);

Development

Clean

npm run clean

Build

npm run build

without linting and cleaning:

npm run -- build --no-lint --no-clean

with UMD bundling (incl. minimization):

npm run -- build --prepack

with UMD bundling (excl. minimization):

npm run -- build --prepack --no-minify

Lint

npm run lint

with auto-fixing:

npm run -- lint --fix

Test

npm run test

without linting, cleaning and (re-)building:

npm run -- test --no-lint --no-clean --no-build

Cover

npm run cover

without linting, cleaning and (re-)building:

npm run -- cover --no-lint --no-clean --no-build

Publish

npm publish

initially (if public):

npm publish --access=public

Copyright

© 2019 Hasan Karahan

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago