🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

backend-ts-component-template

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backend-ts-component-template

中后台ts组件开发模板,继承于[react-scripts-ts-antd](https://github.com/SZzzzz/react-scripts-ts-antd)。

1.0.7
latest
Version published
Maintainers
1
Created

1.前言

中后台ts组件开发模板,继承于react-scripts-ts-antd

2.已知问题

1.antd@3.11.0有个已知bug,暂时使用下面代码兼容,日后升级修复去掉版本即可:

const antProc = spawn.sync(command, args.concat(['antd@3.9.1']), { stdio: 'inherit' });
  if (antProc.status !== 0) {
    console.error(`\`${command} ${args.concat(['antd@3.9.1']).join(' ')}\` failed`);
    return;
  }

FAQs

Package last updated on 07 Dec 2018

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