# 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
[](https://circleci.com/gh/ecomfe/san-loader/tree/master) [](https://www.npmjs.com/package/san-loader) [](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:
```
hello {{msg}}
```
## Usage
```
{
module: {
loaders: [
{
test: /\.san$/,
loader: 'san-loader'
}
]
}
}
```
## Thanks
* [vue-loader](https://github.com/vuejs/vue-loader)
## License
[MIT](http://opensource.org/licenses/MIT)