# vue-loader-jnrdt

> Vue single-file component loader for Webpack

Latest version **13.0.4** (published 2017-08-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-loader-jnrdt
pnpm add vue-loader-jnrdt
yarn add vue-loader-jnrdt
bun add vue-loader-jnrdt
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 13.0.4 |
| Published | 2017-08-16 |
| First published | 2017-08-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 13 |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4961 |
| Author | Evan You |
| Maintainers | jnrdt |
| Keywords | vue, webpack, loader |

## Links

- npm: https://www.npmjs.com/package/vue-loader-jnrdt
- Repository: https://github.com/vuejs/vue-loader
- Issues: https://github.com/vuejs/vue-loader/issues
- npm.io page: https://npm.io/package/vue-loader-jnrdt

## Dependencies (13)

- [postcss](https://npm.io/package/postcss.md) ^6.0.6
- [resolve](https://npm.io/package/resolve.md) ^1.3.3
- [hash-sum](https://npm.io/package/hash-sum.md) ^1.0.2
- [lru-cache](https://npm.io/package/lru-cache.md) ^4.1.1
- [source-map](https://npm.io/package/source-map.md) ^0.5.6
- [consolidate](https://npm.io/package/consolidate.md) ^0.14.0
- [js-beautify](https://npm.io/package/js-beautify.md) ^1.6.14
- [loader-utils](https://npm.io/package/loader-utils.md) ^1.1.0
- [vue-style-loader](https://npm.io/package/vue-style-loader.md) ^3.0.0
- [vue-hot-reload-api](https://npm.io/package/vue-hot-reload-api.md) ^2.1.0
- [postcss-load-config](https://npm.io/package/postcss-load-config.md) ^1.1.0
- [postcss-selector-parser](https://npm.io/package/postcss-selector-parser.md) ^2.0.0
- [vue-template-es2015-compiler](https://npm.io/package/vue-template-es2015-compiler.md) ^1.5.3

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 13.0.4 (latest) — 2017-08-16

## README

# vue-loader [![Build Status](https://circleci.com/gh/vuejs/vue-loader/tree/master.svg?style=shield)](https://circleci.com/gh/vuejs/vue-loader/tree/master) [![Windows Build status](https://ci.appveyor.com/api/projects/status/8cdonrkbg6m4k1tm/branch/master?svg=true)](https://ci.appveyor.com/project/yyx990803/vue-loader/branch/master) [![npm package](https://img.shields.io/npm/v/vue-loader.svg?maxAge=2592000)](https://www.npmjs.com/package/vue-loader)

> Vue.js component loader for [Webpack](https://webpack.js.org/).

**NOTE: the master branch (9.0+) only works with Vue 2.x. For usage with Vue 1.x, see the [8.x branch](https://github.com/vuejs/vue-loader/tree/8.x).**

It allows you to write your components in this format:

![screenshot](http://blog.evanyou.me/images/vue-component.png)

The best way to get started is with [vue-cli](https://github.com/vuejs/vue-cli):

``` js
npm install -g vue-cli
vue init webpack-simple hello
cd hello
npm install
npm run dev
```

This will setup a basic Webpack + `vue-loader` project for you, with `*.vue` files and hot-reloading working out of the box!

For advanced `vue-loader` configuration, checkout the [documentation](https://vue-loader.vuejs.org).

---
_Source: https://npm.io/package/vue-loader-jnrdt · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
