
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
vue-admin-front
Advanced tools
This is the last package you will ever need to build your custom dashboard or administrative panel. It includes:
The package contains all the necessary files for build and development. There is no prebuilt version since
vue-admin-front
aims to provide a development environment where you can customize almost everything including
build-time stuff. But you can use this just as-is by executing a build command described bellow.
All the things related to your project data structure and data manipulation capabilities should be provided by your backend REST API endpoints described in OpenAPI 3 format
Only PHP7.1/Laravel based solution exists at the moment. Making more of them will be very appreciated. Read the docs for more info.
Install:
npm i -S vue-admin-front cross-env rimraf webpack-nano
Add this to package.json scripts:
{
"admin:dev": "node node_modules/vue-admin-front/index.js",
"admin:build": "rimraf public/admin-dist && cross-env NODE_ENV=production wp --config node_modules/vue-admin-front/webpack.config.js"
}
Use npm run admin:dev
to start dev server, npm run admin:build
to make a static build within public/admin-dist
directory.
More info here.
FAQs
Vue.js based admin panel frontend
We found that vue-admin-front 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.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.