跳伞者 / laravel-dashboard-npm
显示npm包统计信息
2.0.0
2020-09-09 14:28 UTC
Requires
- php: ^7.4
- spatie/laravel-dashboard: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-09-09 23:29:00 UTC
README
显示npm包统计信息
安装
您可以通过composer安装此包
composer require skydiver/laravel-dashboard-npm
npm包信息块
<x-dashboard>
<livewire:npm-package-tile
position="e1"
package="vue"
type="last-week"
cache-timeout="60"
:force-refresh="false"
:show-logo="true"
/>
</x-dashboard>
npm包信息表块
<x-dashboard>
<livewire:npm-packages-table-tile
position="e1"
packages="vue,react,jquery"
type="last-week"
cache-timeout="60"
:force-refresh="false"
:show-logo="false"
/>
</x-dashboard>
共享选项
演示
- npm-package-tile
- npm-packages-table-tile

