Socket
Book a DemoInstallSign in
Socket

vue-admin-front

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-admin-front

Vue.js based admin panel frontend

1.3.0-beta4
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

What is it?

This is the last package you will ever need to build your custom dashboard or administrative panel. It includes:

  • AdminLTE (only styles)
  • Vue.js based ready-to-use out of the box SPA
  • Simple but flexible customization system
  • OpenAPI 3 (formerly known as Swagger) specification for a compatible server API implementation
  • Big variety of built-in field types
  • Big variety of built-in data display format types
  • Type-safe by design
  • Suitable for a fast prototyping

Demo with Laravel 5.6 backend

Documentation

How does it work?

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

What about server solutions?

Only PHP7.1/Laravel based solution exists at the moment. Making more of them will be very appreciated. Read the docs for more info.

How to use?

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

Package last updated on 02 May 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.