## Assets
Store your project resources here.<br/>
`CSS`, `SASS`, `LESS`, `Stylus` files named starting with `global` are automatically added to the vite global style.<br/>
For global `CSS` styles, they will be added to the `index.html` and will affect all pages.<br/>
For global `SASS`/`LESS`/`Stylus` styles, they will be added to every `SASS`/`LESS` files using `@import XXXX`.<br/>
`yaml`, `xml`, `xlsx`, `ini`, `toml`, `csv`, `plist`, `properties` and `markdown` files can be converted to ES6 modules.<br/>
Powered by [@originjs/vite-plugin-global-style](https://github.com/originjs/origin.js/tree/main/packages/vite-plugin-global-style), [@originjs/vite-plugin-content](https://github.com/originjs/origin.js/tree/main/packages/vite-plugin-content) and antfu's [vite-plugin-md](https://github.com/antfu/vite-plugin-md).
