Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
vue-cli-plugin-vuetify-admin
Advanced tools
Vue CLI plugin of main Vuetify Admin library which allow quick start on fresh Vue CLI app. Use Material Theme by Creative Tim with sass overrides and some material components as base for Vuetify UI.
Include scripts for quick scaffolding crud pages of specific resource.
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 you can try
vue add vuetify-admin
.
Then select suited options according to your needs and start your admin panel by yarn serve
.
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. Don't hesitate to go through the the tutorial which use this API.
Check Laravel tutorial for complete top-to-bottom development experience showcase with separate Laravel Admin composer package.
You'll got 2 new npm scripts :
yarn crud:make my_new_resource [options]
: Main UI crud command maker. Resource name is required.yarn crud:yaml my-new-resource.yml
: Superset of previous command which use a YAML file descriptor.Use
yarn vue-cli-service help crud:make
for all options documentation
See dedicated guide
Documentation for Vuetify Admin can be found on the Okami101 website.
This project is open-sourced software licensed under the MIT license.
FAQs
Vue CLI plugin for Vuetify Admin
The npm package vue-cli-plugin-vuetify-admin receives a total of 201 weekly downloads. As such, vue-cli-plugin-vuetify-admin popularity was classified as not popular.
We found that vue-cli-plugin-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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.