New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

kylink-angel-edu

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kylink-angel-edu

kylink-angel-edu

latest
npmnpm
Version
0.0.1-beta.1
Version published
Maintainers
1
Created
Source

ky-edu-train

功能简介

教育培训模块组装

使用方法

npm install ky-edu-train
// 配置路由
function lazyLoading(url) {
  if (/@educational-train/.test(url)) {
    const fileName = url.split('/')[1]
    return () => import(`ky-edu-train/lib/${fileName}/index.js`)
  }
  return () => import(`@/${url}.vue`)
}
// menuData配置
[
  ...,
  {
    value: '@educational-training/course-part',
    label: '课件资源',
    describe: '教育培训-资源库:课件资源'
  }
]

Keywords

kylink

FAQs

Package last updated on 26 May 2023

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