🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ipinyou/dashboard

Package Overview
Dependencies
Maintainers
4
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ipinyou/dashboard

## 安装 ``` npm i @ipinyou/dashboard ```

latest
npmnpm
Version
0.2.60
Version published
Weekly downloads
191
3720%
Maintainers
4
Weekly downloads
 
Created
Source

dashboard

安装

npm i @ipinyou/dashboard

使用

main.js 引入

peerDependencies: echarts, element-ui, vue, vuedraggable(如果使用拖拽)

import Vue from 'vue'
import element from 'element-ui'  // 依赖element-ui
import 'element-ui/lib/theme-chalk/index.css'

import Dashboard from '@ipinyou/dashboard'

Vue.use(Dashboard)
...

文档

docs 分支

npm install
npm run docs:dev

发布 npm 包

yarn version (更新版本号)
yarn pushlish

Keywords

dashboard

FAQs

Package last updated on 01 Jul 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