0.2.3 • Published 7 years ago
ssc-formula2 v0.2.3
ssc-formula2 
An formula editor for the Yonyou.
Live Playground
For examples of the formula in action, go to https://yyssc.github.io/ssc-formula2.
OR
To run that demo on your own computer:
- Clone this repository
npm install
npm run storybook
- Visit http://localhost:9001/
Getting Started
Install dependencies
Ensure packages are installed with correct version numbers by running:
(
export PKG=ssc-formula2;
npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g; s/ *//g' | xargs npm install --save "$PKG"
)
Which produces and runs a command like:
npm install --save ssc-formula2 moment@>=#.## react@>=#.## react-dom@>=#.## ssc-refer@>=#.## rc-tree@>=#.##
Include component
import { Formula } from 'ssc-formula2';
Include styles
import 'rc-tree/assets/index.css';
组件结构
- Formula
- TextBox
- FormulaTabs
- 单据字段Tab
- SearchBox
- FormulaTree
- 固定值Tab
- 档案转换Tab
- 单据字段Tab
0.2.3
7 years ago
0.2.2
7 years ago
0.2.0
7 years ago
0.1.22
7 years ago
0.2.1
7 years ago
0.1.20
8 years ago
0.1.18
8 years ago
0.1.17
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago