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

ssc-formula

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssc-formula

SSC Formula React component

latest
Source
npmnpm
Version
0.4.4
Version published
Maintainers
1
Created
Source

ssc-formula

本地开发调试

npm run dev

浏览器会自动打开demo

因为该组件需要从后端获取数据(比如参照数据),所以推荐使用ssc-dev-server 以便协助开发。

如何发布

  • 修改CHANGELOG.md
  • 修改package.json中的版本号
  • 定义版本号
RELEASE_VERSION=v0.1.0
  • 运行如下命令
npm run build # 编译代码
git add . && git commit -m "Release $RELEASE_VERSION" # 提交
git tag -a $RELEASE_VERSION -m "$RELEASE_VERSION" # 打tag
git push --follow-tags # push到remote
npm publish # 发布

TODO

  • Demo
  • 单元测试
  • 发布脚本

Keywords

react

FAQs

Package last updated on 01 Jun 2017

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