Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazyperson/fe-start-kit
front-end rapid development scaffold
https://github.com/lazyperson/fe-start-kit
electron front-end-development node open-source react toolkit
Last synced: 3 months ago
JSON representation
front-end rapid development scaffold
- Host: GitHub
- URL: https://github.com/lazyperson/fe-start-kit
- Owner: lazyperson
- License: mit
- Created: 2019-07-08T09:43:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T08:35:07.000Z (over 2 years ago)
- Last Synced: 2024-11-09T17:18:45.257Z (3 months ago)
- Topics: electron, front-end-development, node, open-source, react, toolkit
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 59
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fe-start-kit
#### 前端开发脚手架工具 front-end rapid development scaffold
```
fe-start-kit init
fe-start-kit help
``````
*******************************************************************************
react | OK | React basic development template
react_mobx | OK | React development template includes mobx
react_redux | TODO | React development template includes redux
vue | TODO | Vue basic development template
express | TODO | Express development template
koa | OK | Koa development template
egg | TODO | Egg development template
nw | TODO | NW(node-webkit) development template
electron | OK | Electron development template
electron_react | OK | Electron development template includes TS, React
*******************************************************************************? 请选择框架类型 electron_react
? 请输入项目描述 用react开发electron项目
? 请输入项目关键字 react ts electron
? 请输入作者名称 lazyperson
? 请输入version 1.0.0
? 请输入license MIT
√ 正在下载模板...
√ 模板下载完毕
√ 项目初始化完成!
☕️ Start installing dependencies```