# Create Parsec App

[重庆市秒差距科技有限公司](https://www.parsec.com.cn/)内部脚手架项目

用于快速创建一个前端应用

## 使用方式

```sh
yarn create parsec-app my-app
```


## 模版说明

### web

> 使用 [Next.js](https://nextjs.org/) + [Antd](https://ant.design/) 搭建的一个 PC 网页应用模版，具体说明及使用方法请参考官方文档；

### admin

> 使用 [Umi Max](https://umijs.org/docs/max/introduce) + [ProComponents](https://procomponents.ant.design/) 组件库搭建的一个中后台管理应用模版，具体说明及使用方法请参考官方文档；


### weapp & mobile

> 使用 [Taro](https://docs.taro.zone/docs/) + [@antmjs/vantui](https://antmjs.github.io/vantui/main/#/home) 组件库搭建的一个便于开发h5和各类小程序应用模版，具体说明及使用方法请参考官方文档；

### native

> 使用 [remax](https://remaxjs.wdchiphop.cn/) [react-native](https://reactnative.cn/) 搭建的 native 模版， 由于 *[remax](https://github.com/remaxjs/remax)* 官方停止维护了，所以不建议再使用此模版；建议使用 [flutter](https://flutter.cn/) 搭建自己的 native 项目框架，后期我们也会提供相应的项目框架模版，敬请期待...


## FAQ

在使用中有任何意见建议，都可以通过[传送门](https://gitlab.parsec.com.cn/groups/web1/-/issues)与我们联系。
