Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/skiqt/includefile-loader

include all file
https://github.com/skiqt/includefile-loader

Last synced: 8 days ago
JSON representation

include all file

Lists

README

        

# includefile-loader
include .js .css .html ...

## 安装

**Install**

```bash
npm install --save-dev includefile-loader
```

## 注意事项 》不要相互嵌套《 否则有不好的结果

## 案例
```html
|include
--|a.js
--|b.js
--|base.html
--|body.html
--|footer.html
--|header.html
--|style.css
|text.html
```

### text.html
```html





```

### base.html
```html








```

### 懒! 结果就不贴了