# weex-vue-loader

> Vue.js component loader for Webpack

Latest version **0.7.0** (published 2018-09-26) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.7.0 |
| Published | 2018-09-26 |
| First published | 2016-06-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 18 |
| Unpacked size | 30.6 KB |
| Known vulnerabilities | 0 (+7 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4959 |
| Author | Sjoerd Visscher |
| Maintainers | balloonzzq, erha19, fkysly, hanks, jinjiang |
| Keywords | vue, webpack, loader |

## Links

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

## Dependencies (18)

- [he](https://npm.io/package/he.md) ^1.1.0
- [postcss](https://npm.io/package/postcss.md) ^6.0.8
- [hash-sum](https://npm.io/package/hash-sum.md) ^1.0.2
- [lru-cache](https://npm.io/package/lru-cache.md) ^4.0.1
- [css-loader](https://npm.io/package/css-loader.md) ^0.23.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.3
- [weex-styler](https://npm.io/package/weex-styler.md) ^0.3.0
- [babel-loader](https://npm.io/package/babel-loader.md) ^6.2.4
- [loader-utils](https://npm.io/package/loader-utils.md) ^1.1.0
- [object-assign](https://npm.io/package/object-assign.md) ^4.0.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.0.1
- [vue-template-compiler](https://npm.io/package/vue-template-compiler.md) ^2.5.16
- [weex-template-compiler](https://npm.io/package/weex-template-compiler.md) ^2.5.16-weex.1
- [postcss-selector-parser](https://npm.io/package/postcss-selector-parser.md) ^2.2.0
- [vue-template-es2015-compiler](https://npm.io/package/vue-template-es2015-compiler.md) ^1.2.2

## 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

- 0.7.0 (latest) — 2018-09-26
- 0.6.12 — 2018-07-24
- 0.6.11 — 2018-07-09
- 0.6.10 — 2018-06-29
- 0.6.9 — 2018-06-12
- 0.6.8 — 2018-06-12
- 0.6.7 — 2018-06-11
- 0.6.6 — 2018-05-22
- 0.6.5 — 2018-05-22
- 0.6.4 — 2018-05-22
- 0.6.3 — 2018-05-22
- 0.6.2 — 2018-05-22
- 0.6.1 — 2018-02-08
- 0.6.0 — 2018-02-07
- 0.5.15 — 2018-02-01
- … 39 more at https://npm.io/package/weex-vue-loader/versions

## 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) [![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](http://webpack.github.io).

**NOTE: the master branch now hosts 9.x which only works with Vue 2.0. For version 8.x which works 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](http://vuejs.github.io/vue-loader/).

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