Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alitajs/yucca
page editor
https://github.com/alitajs/yucca
gatsby page-editor yucca
Last synced: about 1 month ago
JSON representation
page editor
- Host: GitHub
- URL: https://github.com/alitajs/yucca
- Owner: alitajs
- License: mit
- Created: 2019-10-25T10:24:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:48:54.000Z (about 2 years ago)
- Last Synced: 2024-05-21T05:05:12.979Z (9 months ago)
- Topics: gatsby, page-editor, yucca
- Language: TypeScript
- Homepage: https://yucca.alitajs.com
- Size: 2.02 MB
- Stars: 5
- Watchers: 16
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yucca
> 本项目主要参考[ant-design-landing](https://github.com/ant-design/ant-design-landing),使用 `gatsby`、`Umi`、`typescript`进行重写。
## ✨ 特性
- 🚀 使用TypeScript编写
## ⌨️ 本地开发
```
# 克隆项目到本地
git clone [email protected]:lotus-ui/yucca.git# 安装依赖
yarn bootstarp# 启动服务
yarn start
```