일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- overload
- Vector
- hamobee
- Polymorphism
- constantnumber
- 객체형변환
- start()
- override
- string
- fuction
- MSA
- arguments
- ALTER
- class
- value
- 생성자
- eclipse
- Eureka
- 추상클래스
- hashCode
- abstractclass
- methodArea
- concreteclass
- 콘크리트클래스
- super
- run()
- object
- garbagecollection
- Hashtable
- reference
- Today
- Total
뇌운동일지
canvas, mxGraph 본문
canvas 참고자료
1. Fabric.js
장점) 1. 속도 2. 그려지는 객체들을 하나하나 객체화시킴.
대형 프로젝트에는 부적합하다고 한다.
2. mxGraph
https://jgraph.github.io/mxgraph/
3. GoJS
< 따라해본 canvas 예제 >
1. canvas에 그림 그리기
https://dev.to/reiallenramos/drawing-in-vue-using-mousemove-event-34cg
2. resizing circle
https://rintiantta.github.io/jpub-vue/examples/canvas.html#%EB%8D%B0%EB%AA%A8
<참고한 Fabric.js 예제>
https://itstudy-mary.tistory.com/365
<mxGraph 예제>
1강부터 보았다.
https://www.youtube.com/watch?v=ZnDTxbzvyfc&list=PLl7YvtNnYTsq6RQL-bDPNB2DK3pO9NLOl&index=3
2강 따라하다보면, editor_ko.txt 와 graph_ko.txt 가 필요함.
구글에 냅다 파일명 써서 이거 나오길래 가져다 넣었더니 됨.
https://fintech.bottalks.co.kr/modules/chatbot/lib/mxDraw/src/resources/
-->
vue-form-wizard 사용하기로 함.
https://binarcode.github.io/vue-form-wizard/#/?id=direct-script-include
https://codesandbox.io/examples/package/vue-form-wizard
"export 'default' (imported as 'Vue') was not found in 'vue'
예제들이 vue2 기반으로 작성되어 있어 vue3에 맞게 수정 필요. : 그냥 프로젝트를 vue2로 생성하기로 결정
https://dev.to/daniel_adekoya_/how-to-initialize-vuex-in-the-new-vue-3-preview-49ef
vue + mxGraph
https://gitlab.com/lih1989/vue-mxgraph-example
+ 추가
VSCode에서 Shift + 1 + Tab 으로 html 기본구조 자동완성
VSCode 자동정렬 : Shift + Alt + F (전에는 Shift + k + f 로 되더니 지멋대로이구나)
'purple duck 일지' 카테고리의 다른 글
스크립트 실행 시 보안 오류 (PSSecurityException, UnauthorizedAccess) (0) | 2021.09.28 |
---|---|
website에서 EC2 정보조회 과제확인 (0) | 2021.09.28 |
초기상태 window10에서 github에 있는 프로젝트를 local로 가져오기 (0) | 2021.09.27 |
과제2: MongoDB Data 를 jqxGrid 에 출력 : 단계별 참고자료, 진행과정 (0) | 2021.06.29 |
EC2정보조회 (0) | 2021.06.28 |