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
- animation
- augmentedDevice
- github 100mb
- adb pair
- react-native
- Recoil
- github lfs
- github pdf
- 티스토리 성능
- vercel git lfs
- Git
- 이미지 데이터 타입
- camera access
- electron-packager
- nextjs
- react-native-dotenv
- silent printing
- ffi-napi
- device in use
- Each child in a list should have a unique "key" prop.
- dvh
- html
- ELECTRON
- npm package
- adb connect
- Failed to compiled
- Can't resolve
- rolldown
- camera permission
- custom printing
Archives
- Today
- Total
목록2022/12/02 (1)
Bleeding edge
2022/12/01 - npm 배포
1. npm 계정 생성 https://www.npmjs.com/ npm 공식 홈페이지에 접속해서 회원가입(Sign up)합니다. 2. npm 로그인 npm login IDE 환경에서 npm 로그인한다. 로그인할 때 Username : ID Password : PW Email : 가입한 이메일 OTP : 이메일로 전송된 OTP번호 3. package.json 설정 { "name" : "projectName", //프로젝트 이름 "main" : "dist/index.js", //프로젝트 진입점 "types": "dist/index.d.ts",//타입지정 "keywords" : ["react", "component, "background", "animation"], "repository" : { "type":..
ConnecTo
2022. 12. 2. 19:37