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 |
Tags
- Replication
- c# datagridview 데이터 넣기
- listener 1883
- pm2 확인
- setInterval clear
- 서버동기화
- AntDesign
- invalid data
- pm2 설치
- 데이터테이블 데이터 넣기
- mySQL_Replication
- setInterval 정지
- mosquitto.conf
- DatePicker
- mosquitto
- transfer
- timepicker
- setInterval 중지
- html #select #option #multiple
- setInterval 외부 정지
- pm2 상태 확인
- pm2 시작
- 1883
- 맥 어드레스
- datagridview 직접입력
- pm2
- allow_anonymouse
- DataGridView 직접 입력
- map이 undefined가 뜰 때
- 공인IP
Archives
- Today
- Total
목록2025/02/06 (1)
개발 노트
vite + react 에 tailwind.css + antd 적용하기
1. react 프로젝트 만들기npm create vite@latest . -- --template react. 대신 원하는 프로젝트 명 을 가진 directory 생성가능latest 대신 원하는 버전 지정react 대신 vue나 기타 template 지정 2. tailwind 설치 공식문서>> https://tailwindcss.com/docs/installation/using-vitenpm i tailwindcss @tailwindcss/vite 3. vite.config.js 설정import { defineConfig } from 'vite'import tailwindcss from '@tailwindcss/vite'import react from '@vitejs/plugin-react'// ..
프로그래밍/CSS
2025. 2. 6. 11:52