Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@datalogix/v-admin

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@datalogix/v-admin

Administration panel with Vue 3

Source
npmnpm
Version
0.0.26
Version published
Maintainers
1
Created
Source

@datalogix/v-admin

npm version npm downloads Github Actions CI Codecov License

Administration panel with Vue 3

Setup

  • Add @datalogix/v-admin dependency using yarn or npm to your project
yarn add @datalogix/v-admin

OR

npm install @datalogix/v-admin --save

Usage

import { createAdmin } from '@datalogix/v-admin'

createAdmin(/* options */)

Options

app

router

layout

el

name

locale

base

apiBaseURL

loading

loadingTimeout

displayUserName

user

dashboard

dashboardOptions

globalSearch

globalSearchOptions

createMenu

userMenu

navigation

plugins

modules

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using yarn serve or npm run serve

Roadmap v1

  • Notifications
  • Translations
  • Handle erros

License

MIT License

Copyright (c) Datalogix

FAQs

Package last updated on 13 Dec 2021

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