Socket
Socket
Sign inDemoInstall

utils-babylons

Package Overview
Dependencies
Maintainers
6
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utils-babylons

babylonjs toolkit


Version published
Weekly downloads
5
Maintainers
6
Weekly downloads
 
Install size
Created

Readme

Source

🚀 echart 组件封装

安装

npm install utils-babylon
yarn add utils-babylon

引入

打包

  • 目前 npm 使用的是个人账号,打包可以先不管

  • 建议先将原来的dist文件夹删除

npm run build
yarn build

发布到 npm

  • package.json中修改版本号
{
  /** 建议不要低于已发布的版本号 */
  "version": "1.0.5"
}
  • 要先切换到淘宝镜像源
 npm config set registry http://registry.npm.taobao.org/
npm publish // 没登陆的要先登录,然后才能发布

Keywords

FAQs

Package last updated on 21 Aug 2023

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc