[![npm][npm]][npm-url]
[![deps][deps]][deps-url]
[![test][test]][test-url]
[![coverage][cover]][cover-url]
[![chat][chat]][chat-url]

<div align="center">
  <!-- replace with accurate logo e.g from https://worldvectorlogo.com/ -->
  <img width="200" height="200" src="https://cdn.worldvectorlogo.com/logos/javascript.svg">
  <a href="https://webpack.js.org/">
    <img width="200" height="200" vspace="" hspace="25" src="https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon-square-big.svg">
  </a>
  <h1>vtheme-loader</h1>
  <p>DESCRIPTION</p>
</div>

<h2 align="center">Install</h2>

```bash
npm install --save-dev vtheme-loader
```

<h2 align="center">Usage</h2>

### Lorem

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

<h2 align="center">Examples</h2>

**webpack.config.js**

```js
// Loader/plugin setup here..
```

**file.ext**

```js
// Source code here...
```

**bundle.js**

```js
require("vtheme-loader!./file.EXT");

// Bundle code here...
```

<h2 align="center">Maintainers</h2>

```bash
https://api.github.com/users/MAINTAINER
```

<table>
  <tbody>
    <tr>
      <td align="center">
        <a href="https://github.com/">
          <img width="150" height="150" src="https://avatars.githubusercontent.com/u/5419992?v=3&s=150">
          </br>
          Name
        </a>
      </td>
      <td align="center">
        <a href="https://github.com/">
          <img width="150" height="150" src="https://avatars.githubusercontent.com/u/5419992?v=3&s=150">
          </br>
          Name
        </a>
      </td>
      <td align="center">
        <a href="https://github.com/">
          <img width="150" height="150" src="https://avatars.githubusercontent.com/u/5419992?v=3&s=150">
          </br>
          Name
        </a>
      </td>
      <td align="center">
        <a href="https://github.com/">
          <img width="150" height="150" src="https://avatars.githubusercontent.com/u/5419992?v=3&s=150">
          </br>
          Name
        </a>
      </td>
      <td align="center">
        <a href="https://github.com/">
          <img width="150" height="150" src="https://avatars.githubusercontent.com/u/5419992?v=3&s=150">
          </br>
          Name
        </a>
      </td>
    </tr>
  <tbody>
</table>

[npm]: https://img.shields.io/npm/v/vtheme-loader.svg
[npm-url]: https://npmjs.com/package/vtheme-loader

[deps]: https://david-dm.org/webpack-contrib/vtheme-loader.svg
[deps-url]: https://david-dm.org/webpack-contrib/vtheme-loader

[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
[chat-url]: https://gitter.im/webpack/webpack

[test]: http://img.shields.io/travis/webpack-contrib/vtheme-loader.svg
[test-url]: https://travis-ci.org/webpack-contrib/vtheme-loader

[cover]: https://codecov.io/gh/webpack-contrib/vtheme-loader/branch/master/graph/badge.svg
[cover-url]: https://codecov.io/gh/webpack-contrib/vtheme-loader
