Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- 자바
- 스프링부트
- 보안취약점
- component
- 데이터베이스
- 개발
- jdk
- Intellij
- Spring
- sql
- 스프링
- React
- Vue
- table
- reactjs
- crud
- 개발공부
- mssql
- EXTJS
- JS
- GIT
- 리액트
- 쿼리
- 자바스크립트
- javascript
- springboot
- java
- DATABASE
- restapi
- 컴포넌트
Archives
- Today
- Total
준준의 기록일지
[Vue] Context menu install 및 적용 본문
"이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
먼저 vue-simple-context-menu 설치
# npm
npm i vue-simple-context-menu
#yarn
yarn add vue-simple-context-menu
출처 : https://vuejsexamples.com/simple-context-menu-component-built-for-vue/
Simple context-menu component built for Vue
Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use.
vuejsexamples.com
'Vue.JS' 카테고리의 다른 글
[Vuetify] 컬럼 크기 자동 조절 vuetify v-data-table auto column width (0) | 2021.12.14 |
---|---|
[Vue] Treeview, Context Menu API (0) | 2021.11.26 |
[Vue] Grid System (0) | 2021.10.22 |
[Vue] 함수 관리를 위한 프로젝트 구조 (0) | 2021.10.21 |
[Vue] 초기 세팅에 필요한 부분(프로젝트 생성,springboot연동, bootstrap 및 axios 설치) (0) | 2021.10.12 |