-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: usbsync <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: page | ||
title: 기본예제 | ||
type: entryjs | ||
category: '시작하기' | ||
order: 2 | ||
keywords: | ||
genre: | ||
description: | ||
thumbnail: | ||
author: Entrylabs | ||
date: 2024-05-02 | ||
updated: 2024-05-03 | ||
--- | ||
|
||
이 페이지는 Entryjs를 활용하여 워크스페이스를 구현하는데 실제적인 예제를 통해 이해를 돕기 위한 페이지 입니다. | ||
|
||
## Base | ||
|
||
Base Example은 기본적으로 클라이언트에서 필요한 사항을 예제로 구현한 예제 입니다. 5월 3일 현재 일부 기능만 구현되어 있습니다. | ||
|
||
- [레포지토리](https://github.com/entrylabs/example/tree/main/base) - [에디터로 보기](https://github.dev/entrylabs/example/blob/main/base/README.md) | ||
- [vercel 배포](https://vercel.com/new/clone?repository-url=https://github.com/entrylabs/example/tree/main/base&project-name=entryjs-base&repository-name=entryjs-base) | ||
- [stackblitz 보기](https://stackblitz.com/github/entrylabs/example/tree/main/base) |