Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

beatle-app-common

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beatle-app-common

### 配置变量

  • 0.1.14
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-80.49%
Maintainers
1
Weekly downloads
 
Created
Source

前端项目脚手架

配置变量

process.env.NODE_ENV = 'development'; // 'production'
process.env.DISABLED_RELOAD = 0; // 1
process.env.THEME = ''; // antd-normal
process.env.DEBUG = 1; // 0
# antd-tools for linux
sed -i "s/'components/tsConfig.rootDir + '/g" node_modules/antd-tools/lib/gulpfile.js && sed -i "s/jsx');/jsx');source.unshift(tsConfig.rootDir + '\\/**\\/*.js');/g" node_modules/antd-tools/lib/gulpfile.js

# antd-tools for mac
sed -i "" "s/'components/tsConfig.rootDir + '/g" node_modules/antd-tools/lib/gulpfile.js && sed -i "" "s/jsx');/jsx');source.unshift(tsConfig.rootDir + '\\/**\\/*.js');/g" node_modules/antd-tools/lib/gulpfile.js

FAQs

Package last updated on 29 Oct 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc