
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
vuetify-admin
Advanced tools
SPA admin framework for Vue.js running on top of REST APIs, built on Vuetify
SPA admin framework for Vue.js running on top of REST APIs, built on Vuetify and comes with dedicated Vue CLI plugin for 🚀. Can be used on every backend of your choice with your own data and authentication providers.
See full documentation
Check online demo -> go to admin and use pre-filled login (read only)
Check tutorial CodeSandbox -> use any login (fake writeable API)
See main readme of this repo for detail.
You must have valid API backend in order to use this project. You can start with https://jsonplaceholder.okami101.io which is a fake writeable API.
Initialize your brand new Vue CLI admin project with this single line command :
vue create my-admin-project --preset okami101/vuetify-admin-preset
On any existing Vue CLI Vuetify project use dedicated Vue CLI plugin by
vue add vuetify-admin.
Then select suited options according to your needs and start your admin panel by yarn serve.
Check Laravel tutorial for complete top-to-bottom development experience showcase with separate Laravel Admin composer package.
Standard admin layout with :
See dedicated guide.
Classic crud pages that can be generated with CLI plugin :
Fields is a custom show formatter of a given data, generally a property of a resource.
You can create you custom fields by creating your own vue component which extend this specific mixin
vuetify-admin/mixins/fieldSee dedicated guide.
Inputs are intended to be used on any form in order to either edit specific property of a resource or filter on resource list.
You can create you own input by creating your own vue component which extend this specific mixin
vuetify-admin/mixins/inputSee dedicated guide.
API documentation for all VA components are auto generated from source code thanks to Vue Docgen API.
Use node docgen command in order to generate it inside dist/json folder for VuePress. All meta file autocompletion for Vetur and Jetbrains products will be generated as well.
Documentation for Vuetify Admin can be found on the Okami101 website.
This project is open-sourced software licensed under the MIT license.
FAQs
SPA admin framework for Vue.js running on top of REST APIs, built on Vuetify
We found that vuetify-admin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.