cristinecula / axios

mirror of axios, bundled and exposed as ES module

Home Page:https://www.npmjs.com/package/axios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

mirror of axios, bundled and exposed as ES module

https://www.npmjs.com/package/axios


Languages

Language:JavaScript 100.0%