# san-loader **Repository Path**: mirrors_dafrok/san-loader ## Basic Information - **Project Name**: san-loader - **Description**: san for webpack - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # san-loader [![Build Status](https://circleci.com/gh/ecomfe/san-loader/tree/master.svg?style=shield)](https://circleci.com/gh/ecomfe/san-loader/tree/master) [![npm package](https://img.shields.io/npm/v/san-loader.svg?maxAge=2592000)](https://www.npmjs.com/package/san-loader) [![Dependencies](http://img.shields.io/david/ecomfe/san-loader.svg)](https://david-dm.org/ecomfe/san-loader) > San component loader for [Webpack](http://webpack.github.io). It allows you to write your components in this format: ``` ``` ## Usage ``` { module: { loaders: [ { test: /\.san$/, loader: 'san-loader' } ] } } ``` ## Thanks * [vue-loader](https://github.com/vuejs/vue-loader) ## License [MIT](http://opensource.org/licenses/MIT)