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

educational-training

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

educational-training

educational-training

latest
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

educational-training

功能简介

教育培训模块组装

使用方法

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

FAQs

Package last updated on 29 Dec 2022

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