slate-angular
Angular view layer for Slate
파일 탐색기
최종 버전 다운로드 (.zip)- config.json
- README.md
- config.yml
- button.component.ts
- editable-button.component.ts
- editable-void.component.html
- editable-void.component.scss
- editable-void.component.ts
- image-component.ts
- link.component.ts
- video.component.html
- video.component.scss
- video.component.ts
- editable-voids.component.html
- editable-voids.component.scss
- editable-voids.component.ts
- embeds.component.html
- embeds.component.scss
- embeds.component.ts
- base.flavour.ts
- heading.flavour.ts
- list.flavour.ts
- quote.flavour.ts
- richtext.flavour.ts
- huge-document.component.html
- huge-document.component.ts
- images.component.html
- images.component.ts
- inlines.component.html
- inlines.component.ts
- markdown-shortcuts.component.html
- markdown-shortcuts.component.ts
- mention.flavour.ts
- mentions.component.html
- mentions.component.scss
- mentions.component.ts
- placeholder.component.ts
- block-cards.plugin.ts
- readonly.component.ts
- richtext.component.html
- richtext.component.ts
- hightlighting-leaf.flavour.ts
- search-highlighting.component.html
- search-highlighting.component.scss
- search-highlighting.component.ts
- table.flavour.ts
- tables.component.html
- tables.component.ts
- app-routing.module.ts
- app.component.html
- app.component.scss
- app.component.spec.ts
- app.component.ts
- app.module.ts
- flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2
- icon.css
- logo.svg
- photo.jpeg
- text.svg
- environment.prod.ts
- environment.ts
- editor-typo.scss
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- banner.jpeg
- compatible.md
- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.json
- block-card.component.scss
- block-card.component.spec.ts
- block-card.ts
- children-outlet.component.ts
- debug.ts
- editable.component.spec.ts
- editable.component.ts
- leaf.flavour.ts
- slate-string.spec.ts
- string-render.ts
- string.component.ts
- default-text.flavour.ts
- element.flavour.ts
- before-input-polyfill.ts
- BeforeInputEventPlugin.ts
- DOMTopLevelEventTypes.ts
- FallbackCompositionState.ts
- angular-editor.spec.ts
- angular-editor.ts
- with-angular.spec.ts
- with-angular.ts
- with-dom.ts
- index.scss
- advanced-editable.component.ts
- basic-editable.component.ts
- create-document.ts
- dispatcher-events.ts
- editable-with-outlet.component.ts
- element-focus.ts
- events.ts
- image-editable.component.ts
- index.ts
- leaf.flavour.ts
- module.ts
- types.ts
- clipboard.ts
- editable.ts
- error.ts
- feature.ts
- index.ts
- view.ts
- clipboard.ts
- common.ts
- data-transfer.ts
- index.ts
- navigator-clipboard.ts
- block-card.ts
- dom.ts
- environment.ts
- global-normalize.spec.ts
- global-normalize.ts
- hotkeys.ts
- index.ts
- number.ts
- range-list.ts
- restore-dom.ts
- throttle.ts
- view.ts
- virtual-scroll.ts
- weak-maps.ts
- base.ts
- element.ts
- index.ts
- leaf.ts
- ref.ts
- text.ts
- leaves-render.ts
- list-render.spec.ts
- list-render.ts
- utils.ts
- base.ts
- context.ts
- types.ts
- view-interface.ts
- module.ts
- public-api.ts
- test.ts
- CHANGELOG.md
- karma.conf.js
- ng-package.json
- package.json
- README.md
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- custom-types.d.ts
- .coveralls.yml
- .editorconfig
- .eslintrc.json
- .gitignore
- .prettierrc
- angular.json
- commitlint.config.js
- custom-types.d.ts
- Dockerfile
- karma.conf.js
- LICENSE
- nginx.conf
- package-lock.json
- package.json
- README.md
- README.zh-CN.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.spec.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/worktile/slate-angular
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd slate-angular
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build -t slate-angular .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 slate-angular
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
3. Node.js
쉬움사전 준비물
npm install // Installs package dependencies
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run start // run demo
개발/실행 서버를 켭니다.
npm run build // build new slate-angular
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm run test // run unit tests
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
