Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lazyperson/quickstart-template

fe-start-kit使用的模板,前端各种框架的快速开发模板
https://github.com/lazyperson/quickstart-template

front-end nodejs react template vue

Last synced: 3 months ago
JSON representation

fe-start-kit使用的模板,前端各种框架的快速开发模板

Awesome Lists containing this project

README

        

# quickstart-template

[fe-start-kit](https://github.com/lazyperson/fe-start-kit) 脚手架使用的模板项目

- quickstart-template
- electron
- basic
- react
- node
- express
- koa
- egg
- nw
- react
- basic
- mobx
- redux
- vue
- basic

```
fe-start-kit init
fe-start-kit help
```

```
*************************************************************************************
react | OK | React basic development template
react_mobx | OK | React development template includes mobx
react_redux | OK | 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

```