250x250
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 |
Tags
- Web Programming
- Docker
- yaml
- numpy
- POD
- 그래픽 유저 인터페이스
- 컴퓨터 비전
- Django
- pytorch
- 논문 리뷰
- 장고
- kubernetes
- 데이터베이스
- GUI
- MariaDB
- paper review
- k8s
- Python
- OpenCV
- Tkinter
- tensorflow
- 파이썬
- 텐서플로우
- 웹 프로그래밍
- 파이토치
- Computer Vision
- vue.js
- Deep Learning
- 딥러닝
- FLASK
Archives
- Today
- Total
목록primevue (1)
Maxima's Lab
[Vue.js] PrimeVue 사용하는 방법 (UI Component 라이브러리)
안녕하세요, 오늘은 Vue.js를 위한 UI Component 라이브러리인 PrimeVue를 사용하는 방법에 대해서 알아보겠습니다. PrimeVue를 사용하기 위한 명령어는 다음과 같습니다. npm install primevue npm install primeicons 위의 명령어를 통해 라이브러리를 설치 후 main.js 파일을 다음과 같이 수정합니다. import { createApp } from 'vue';import App from './App.vue';import PrimeVue from 'primevue/config';import 'primevue/resources/themes/saga-blue/theme.css'; import 'primevue/resources/primevue.min..
Web Programming
2024. 4. 30. 00:00