add EditorFlow
Showing
EditorFlow/.gitignore
0 → 100644
EditorFlow/README.md
0 → 100644
EditorFlow/package.json
0 → 100644
EditorFlow/src/index.less
0 → 100644
EditorFlow/src/index.tsx
0 → 100644
EditorKoni/.gitignore
0 → 100644
EditorKoni/README.md
0 → 100644
EditorKoni/package.json
0 → 100644
EditorKoni/src/index.less
0 → 100644
EditorKoni/src/index.tsx
0 → 100644
EditorMind/.gitignore
0 → 100644
EditorMind/README.md
0 → 100644
EditorMind/package.json
0 → 100644
EditorMind/src/index.less
0 → 100644
EditorMind/src/index.tsx
0 → 100644
| { | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "cross-env PAGES_PATH='SearchList/src' umi dev", | ||
| "dev": "cross-env PAGES_PATH='EditorKoni/src' umi dev", | ||
| "lint": "npm run lint:ts && npm run lint:style && npm run lint:prettier", | ||
| "lint-staged": "lint-staged", | ||
| "lint-staged:ts": "tslint", | ||
| ... | ... |
Please register or sign in to comment