# network-loader **Repository Path**: mirrors_egoist/network-loader ## Basic Information - **Project Name**: network-loader - **Description**: A webpack loader to load resource from the network. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # network-loader [](https://npmjs.com/package/network-loader) [](https://npmjs.com/package/network-loader) [](https://circleci.com/gh/egoist/network-loader/tree/master) [](https://github.com/egoist/donate) [](https://chat.egoist.moe) _This is just for fun._ You can just import from a URL and use it like this: ```js import Vue from 'https://unpkg.com/vue/dist/vue.js' new Vue({ el: '#app', template: '