https://github.com/hexters/ladmin-vite-input
https://github.com/hexters/ladmin-vite-input
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexters/ladmin-vite-input
- Owner: hexters
- License: mit
- Created: 2023-01-28T05:50:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T09:33:39.000Z (over 3 years ago)
- Last Synced: 2025-06-06T20:59:13.813Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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