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

dirve

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dirve

Dirve --------------------- Dirve 是基于 [fis3](http://fis.baidu.com/) 封装的解决方案。目前里面的一些特殊规则需要配合内部的前端服务器实现。

latest
Source
npmnpm
Version
1.5.7
Version published
Maintainers
1
Created
Source

Dirve

Dirve 是基于 fis3 封装的解决方案。目前里面的一些特殊规则需要配合内部的前端服务器实现。

安装

使用 npm 全局安装 Dirve

```shell
npm install -g dirve
```

业务开发

  • 如果之前有使用其他项目使用 dirve ,使用 dirve server clean 初始化调试目录

  • 在当前终端/命令行窗口,使用 dirve release -wL 构建项目并监听改变

  • 新开 一个终端或命令行窗口,使用 dirve server start 启动项目服务器

  • 浏览项目效果 http://localhost:5000

命令本地开发

  • clone 本仓库到本地

  • 建个软链方便测试 (linux、mac 之类的,windows 暂时没顾得上。。。)

    cd /usr/local/bin
    ln -s <project>/bin/drive drive-dev
    
  • 找个符合规则的项目

  • 按照业务开发模式使用新的软链启动项目并进行命令开发

FAQs

Package last updated on 21 Jun 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