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

https://github.com/ymfe/ydoc-plugin-import-asset

Import js and css files in the page
https://github.com/ymfe/ydoc-plugin-import-asset

Last synced: 6 months ago
JSON representation

Import js and css files in the page

Awesome Lists containing this project

README

          

# ydoc-plugin-import-asset
Import js and css files in the page.import-assert is the default plugin in the ydoc.

## Usage

In the ydoc config file, configuration:

```
{
pluginsConfig: {
'import-asset': {
css: 'custom.css',
js: 'custom.js'
}
}
}
```