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

https://github.com/hexters/ladmin-vite-input


https://github.com/hexters/ladmin-vite-input

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ladmin Vite Inputs

Automatic package to load all assets in the ladmin module.

```js

. . .
import ladminViteInputs from '@hexters/ladmin-vite-input'
. . .

export default defineConfig({
plugins: [
laravel({
input: ladminViteInputs([
'resources/css/app.css',
'resources/js/app.js'
]),
refresh: true,
}),
],
});

```

## LICENSE
MIT