# vue-loader **Repository Path**: gfzl-pcb/vue-loader ## Basic Information - **Project Name**: vue-loader - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: next - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-10-29 - **Last Updated**: 2022-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-loader [![ci](https://github.com/vuejs/vue-loader/actions/workflows/ci.yml/badge.svg?branch=next)](https://github.com/vuejs/vue-loader/actions/workflows/ci.yml) > webpack loader for Vue Single-File Components - [Documentation](https://vue-loader.vuejs.org) ## v16+ Only Options - `reactivityTransform: boolean`: enable [Vue Reactivity Transform](https://github.com/vuejs/rfcs/discussions/369) (SFCs only). - ~~`refSugar: boolean`: **removed.** use `reactivityTransform` instead.~~ - `customElement: boolean | RegExp`: enable custom elements mode. An SFC loaded in custom elements mode inlines its ` ``` There are many cool features provided by `vue-loader`: - Allows using other webpack loaders for each part of a Vue component, for example Sass for `