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

fdt-dev

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fdt-dev

> 前端自动化构建基础配置

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@fdt/dev-base

前端自动化构建基础配置

使用方法

# 1.安装依赖
$ npm install @fdt/dev-base
# 2.新建配置文件
$ touch config.js
// 3.引入启动函数并执行
require('@fdt/dev-base').appDev();
# 4.使用node启动配置程序
$ node ./config.js

@fdt/dev-react

前端自动化构建 react 项目

使用方法

# 1.安装依赖
$ npm install @fdt/dev-react
# 2.新建配置文件
$ touch config.js
// 3.config.js中引入启动函数并执行
const Main = require('@fdt/dev-react');
const main = new Main();
main.dev();
# 4.使用node启动配置程序
$ node ./config.js

FAQs

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