Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virgoone/project-template
项目模版,适用于react项目,包含控制台、移动端和pc端
https://github.com/virgoone/project-template
admin-dashboard cli console project-template react teamplate template
Last synced: 1 day ago
JSON representation
项目模版,适用于react项目,包含控制台、移动端和pc端
- Host: GitHub
- URL: https://github.com/virgoone/project-template
- Owner: virgoone
- License: gpl-3.0
- Created: 2020-03-17T05:11:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T03:27:32.000Z (about 1 month ago)
- Last Synced: 2024-12-01T04:25:17.333Z (about 1 month ago)
- Topics: admin-dashboard, cli, console, project-template, react, teamplate, template
- Language: TypeScript
- Homepage: http://dev.douni.one/
- Size: 4.76 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React 项目模版
项目主要是 `react` 为主,使用 [`lark-cli-service`](https://github.com/lark-org/lark-cli-service) 构建,可使用 [`lark-cli`](https://github.com/lark-org/lark-cli) 命令来创建项目
使用方式:
## Installation
```sh
npm install -g @lark-org/lark-cli
# or
yarn add --global @lark-org/lark-cli
```## Usage
```js
lark create
```## 源码
- [默认](./template/default)
- [控制台](./template/console)
- [移动端](./template/mobile)