# vue-loader [![Build Status](https://circleci.com/gh/vuejs/vue-loader/tree/next.svg?style=shield)](https://circleci.com/gh/vuejs/vue-loader/tree/next) [![Windows Build status](https://ci.appveyor.com/api/projects/status/8cdonrkbg6m4k1tm/branch/next?svg=true)](https://ci.appveyor.com/project/yyx990803/vue-loader/branch/next) > webpack loader for Vue Single-File Components - [Documentation](https://vue-loader.vuejs.org) ## What is Vue Loader? `vue-loader` is a loader for [webpack](https://webpack.js.org/) that allows you to author Vue components in a format called [Single-File Components (SFCs)](./docs/spec.md): ``` vue ``` 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 `