ngx-tiptap
Angular bindings for tiptap
파일 탐색기
최종 버전 다운로드 (.zip)- lock.yml
- npmpublish.yml
- pages.yml
- tests.yml
- CONTRIBUTING.md
- commit-msg
- pre-commit
- pre-push
- extensions.json
- launch.json
- tasks.json
- 1-core.cy.ts
- 2-bubble-menu.cy.ts
- 3-floating-menu.cy.ts
- 4-nodeview-renderer.cy.ts
- example.json
- commands.ts
- e2e.ts
- tsconfig.cy.json
- favicon.ico
- bubble-menu.css
- bubble-menu.html
- bubble-menu.spec.ts
- bubble-menu.ts
- floating-menu.css
- floating-menu.html
- floating-menu.spec.ts
- floating-menu.ts
- counter.css
- counter.html
- counter.ts
- editable.css
- editable.html
- editable.ts
- extensions.ts
- nodeview-renderer.css
- nodeview-renderer.html
- nodeview-renderer.spec.ts
- nodeview-renderer.ts
- simple-editor.css
- simple-editor.html
- simple-editor.spec.ts
- simple-editor.ts
- simple-editor-reactive.css
- simple-editor-reactive.html
- simple-editor-reactive.spec.ts
- simple-editor-reactive.ts
- app-title-strategy.ts
- app.config.server.ts
- app.config.ts
- app.css
- app.html
- app.routes.server.ts
- app.routes.ts
- app.spec.ts
- app.ts
- index.html
- main.server.ts
- main.ts
- server.ts
- styles.css
- .postcssrc.json
- tsconfig.app.json
- tsconfig.spec.json
- AngularRenderer.ts
- bubble-menu.directive.spec.ts
- bubble-menu.directive.ts
- draggable.directive.spec.ts
- draggable.directive.ts
- editor.directive.spec.ts
- editor.directive.ts
- floating-menu.directive.spec.ts
- floating-menu.directive.ts
- node-view-content.directive.spec.ts
- node-view-content.directive.ts
- node-view.component.ts
- NodeViewRenderer.ts
- public-api.ts
- .eslintrc.json
- ng-package.json
- package.json
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- postbuild.js
- .commitlintrc.yml
- .editorconfig
- .eslintrc.json
- .gitignore
- .lintstagedrc.yml
- .prettierrc.yml
- angular.json
- CHANGELOG.md
- cypress.config.ts
- eslint.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/sibiraj-s/ngx-tiptap
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ngx-tiptap
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm i ngx-tiptap
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn add ngx-tiptap
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
