@bundled-es-modules/axios

0.27.2 • Public • Published

axios

This is a mirror of axios, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/axios
bower install bundled-es-modules/axios

Use

<script type="module">
  // from main file
  import { axios } from 'axios';
  // or directly
  import axios from 'axios/axios.js';
  console.log(axios);
</script>

Make sure you added @bundled-es-modules scope to the path if used via npm.

Readme

Keywords

none

Package Sidebar

Install

npm i @bundled-es-modules/axios

Weekly Downloads

1,417

Version

0.27.2

License

none

Unpacked Size

76.4 kB

Total Files

7

Last publish

Collaborators

  • passle
  • d4kmor
  • bashmish
  • robrez
  • jorenbroekema