<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>IT</title>
    <link>https://itjunijuni.tistory.com/</link>
    <description>IT관련 정보가 있는! 
T블로그입니다.</description>
    <language>ko</language>
    <pubDate>Sat, 30 May 2026 16:20:20 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>IT주니주니</managingEditor>
    <item>
      <title>Vuejs + vuetify 설치</title>
      <link>https://itjunijuni.tistory.com/124</link>
      <description>1.vue cli 설치
install -g @vue/cli
2.vue 설치 (필요한부분 설정하여 설치)
 vue create
 
 
Please pick a preset: Manually select features
Check the features needed for your project: Choose Vue version, Babel, TS, PWA, Router, Vuex, CSS Pre-processors, Linter
Choose a vers..</description>
      <category>자바스크립트[JavaScript]/Vuejs</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/124</guid>
      <comments>https://itjunijuni.tistory.com/124#entry124comment</comments>
      <pubDate>Sun, 6 Sep 2020 01:30:21 +0900</pubDate>
    </item>
    <item>
      <title>라라벨[Laravel] JWT 구현</title>
      <link>https://itjunijuni.tistory.com/123</link>
      <description>1. jwt 설치
&amp;nbsp;- composer require tymon/jwt-auth
&amp;nbsp;
2. config에 jwt 파일추가&amp;nbsp;
&amp;nbsp;- php artisan vendor:publish --provider=&quot;Tymon\JWTAuth\Providers\JWTAuthServiceProvider&quot;
&amp;nbsp;- config/jwt.php 파일 확인
&amp;nbsp;
3. .env 파일에 secret키추가
&amp;nbsp;- php artisan..</description>
      <category>PHP/라라벨[Laravel]</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/123</guid>
      <comments>https://itjunijuni.tistory.com/123#entry123comment</comments>
      <pubDate>Sat, 5 Sep 2020 23:34:36 +0900</pubDate>
    </item>
    <item>
      <title>코드이그나이터[CodeIgniter] 설치방법</title>
      <link>https://itjunijuni.tistory.com/120</link>
      <description>영문 매뉴얼 : https://codeigniter.com/

&amp;nbsp;

CodeIgniter Web Framework
The latest is Version 3.1.11
codeigniter.com


영문 매뉴얼 주소로 접속 후
Download 버튼 클릭 -&amp;gt; 버전 선택후 Download 버튼클릭
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
한글 매뉴얼 : http://www.ciboard.co.kr/user_guide/kr/

&amp;nbsp;

코드..</description>
      <category>PHP/코드이그나이터[CodeIgniter]</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/120</guid>
      <comments>https://itjunijuni.tistory.com/120#entry120comment</comments>
      <pubDate>Tue, 5 Nov 2019 09:52:21 +0900</pubDate>
    </item>
    <item>
      <title>앵귤러[Angular] @auth0/angular-jwt 설치</title>
      <link>https://itjunijuni.tistory.com/119</link>
      <description>※&amp;nbsp;관련&amp;nbsp;정보
&amp;nbsp;-&amp;nbsp;https://www.npmjs.com/package/@auth0/angular-jwt

&amp;nbsp;

@auth0/angular-jwt
JSON Web Token helper library for Angular
www.npmjs.com


&amp;nbsp;- GitHub URL :&amp;nbsp;https://github.com/auth0/angular2-jwt

&amp;nbsp;

auth0/angular2-j..</description>
      <category>자바스크립트[JavaScript]/앵귤러[Angular]</category>
      <category>@auth0/angular-jwt</category>
      <category>@auth0/angular-jwt 설치</category>
      <category>angular</category>
      <category>Angular @auth0/angular-jwt</category>
      <category>앵귤러</category>
      <category>앵귤러 @auth0/angular-jwt</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/119</guid>
      <comments>https://itjunijuni.tistory.com/119#entry119comment</comments>
      <pubDate>Fri, 21 Jun 2019 01:47:55 +0900</pubDate>
    </item>
    <item>
      <title>앵귤러[Angular] 부트스트랩[ngx-bootstrap] 설치</title>
      <link>https://itjunijuni.tistory.com/118</link>
      <description>※ 관련 정보
&amp;nbsp;- GitHub URL :&amp;nbsp;https://github.com/valor-software/ngx-bootstrap

&amp;nbsp;

valor-software/ngx-bootstrap
Fast and reliable Bootstrap widgets in Angular. Contribute to valor-software/ngx-bootstrap development by creating an account on GitHub..</description>
      <category>자바스크립트[JavaScript]/앵귤러[Angular]</category>
      <category>angular</category>
      <category>ANGULAR 부트스트랩 설치</category>
      <category>ngx-bootstrap</category>
      <category>ngx-bootstrap 설치</category>
      <category>앵귤러</category>
      <category>앵귤러 부트스트랩 설치</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/118</guid>
      <comments>https://itjunijuni.tistory.com/118#entry118comment</comments>
      <pubDate>Fri, 21 Jun 2019 01:23:03 +0900</pubDate>
    </item>
    <item>
      <title>앵귤러[Angular] CLI로 프로젝트 생성</title>
      <link>https://itjunijuni.tistory.com/117</link>
      <description>캐시 삭제방법 
&amp;nbsp;- npm cache verify
&amp;nbsp;
1. CLI 설치
&amp;nbsp;-&amp;nbsp;npm&amp;nbsp;install&amp;nbsp;-g&amp;nbsp;@angular/cli
※ 구버전 삭제방법&amp;nbsp;npm uninstall -g @angular/cli
&amp;nbsp;
2. 프로젝트 생성
&amp;nbsp;- ng new 프로젝트명
&amp;nbsp;-&amp;nbsp;Would&amp;nbsp;you&amp;nbsp;like&amp;nbsp;to&amp;nbsp;add&amp;nbsp;Ang..</description>
      <category>자바스크립트[JavaScript]/앵귤러[Angular]</category>
      <category>angular</category>
      <category>Angular CLI</category>
      <category>Angular 프로젝트생성</category>
      <category>앵귤러</category>
      <category>앵귤러 CLI</category>
      <category>앵귤러 프로젝트생성</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/117</guid>
      <comments>https://itjunijuni.tistory.com/117#entry117comment</comments>
      <pubDate>Fri, 21 Jun 2019 01:00:55 +0900</pubDate>
    </item>
    <item>
      <title>일렉트론 [Electron] 배포 Installer 생성하기</title>
      <link>https://itjunijuni.tistory.com/116</link>
      <description>일렉트론에서 일반적으로
electron-builder 또는&amp;nbsp;electron-packager 를 사용
개인적으로는&amp;nbsp;electron-packager는 사용하기 편하지만 디테일한 부분을 수정하기에는 번거로움
샘플링 결과 electron-builder로 사용함
&amp;nbsp;
- electron-builder
&amp;nbsp;+ GitHub URL :&amp;nbsp;https://github.com/electron-userland/electron-build..</description>
      <category>자바스크립트[JavaScript]/일렉트론[Electron]</category>
      <category>electron</category>
      <category>electron build</category>
      <category>electron-builder</category>
      <category>electron-packager</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/116</guid>
      <comments>https://itjunijuni.tistory.com/116#entry116comment</comments>
      <pubDate>Fri, 19 Apr 2019 14:04:26 +0900</pubDate>
    </item>
    <item>
      <title>일렉트론[Electron] 설치 방법</title>
      <link>https://itjunijuni.tistory.com/114</link>
      <description>※ 일렉트론 설치&amp;nbsp;- URL :&amp;nbsp;https://electronjs.org/docs/tutorial/first-app&amp;nbsp;- 선행작업&amp;nbsp;&amp;nbsp; + npm 설치&amp;nbsp;- npm init&amp;nbsp; + package name[프로젝트 명] : 입력&amp;nbsp; +&amp;nbsp;version[파일의 버전] :입력&amp;nbsp; + description[수행 작업 내용] : 입력&amp;nbsp; +&amp;nbsp;entry point : 입력..</description>
      <category>자바스크립트[JavaScript]/일렉트론[Electron]</category>
      <category>electron</category>
      <category>Electron install</category>
      <category>일렉트론</category>
      <category>일렉트론 설치</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/114</guid>
      <comments>https://itjunijuni.tistory.com/114#entry114comment</comments>
      <pubDate>Fri, 12 Oct 2018 10:45:12 +0900</pubDate>
    </item>
    <item>
      <title>장고[Django] 설치 Windows</title>
      <link>https://itjunijuni.tistory.com/113</link>
      <description>파이선 프레임워크 장고[Django] 사이트&amp;nbsp;장고[Django]&amp;nbsp;설치&amp;nbsp;+ URL :&amp;nbsp;https://www.djangoproject.com/download/&amp;nbsp;+ 버전 2.1.1 최신버전을 설치 후 명령어실행&amp;nbsp;&amp;nbsp; &amp;nbsp;- pip install Django==2.1.1&amp;nbsp;&amp;nbsp;+ 설치한 디렉토리에서 명령어실행&amp;nbsp; &amp;nbsp;-&amp;nbsp;django-admin.py star..</description>
      <category>파이썬[Python]/장고[Django]</category>
      <category>Django</category>
      <category>장고</category>
      <category>파이썬</category>
      <category>파이썬 프레이웍</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/113</guid>
      <comments>https://itjunijuni.tistory.com/113#entry113comment</comments>
      <pubDate>Fri, 21 Sep 2018 17:56:47 +0900</pubDate>
    </item>
    <item>
      <title>파이썬[Python] VSCode 개발환경 구축</title>
      <link>https://itjunijuni.tistory.com/112</link>
      <description>※ 파이썬 설치 URL :&amp;nbsp;https://www.python.org/downloads/위에있는 URL로 홈페이지 이동후 다운로드 및 설치※&amp;nbsp;VSCode 설치 URL :&amp;nbsp;https://code.visualstudio.com/확장&amp;nbsp;설치 Python, Python Extension Pack, Python for VSCode 총 3개 설치</description>
      <category>파이썬[Python]</category>
      <category>Python</category>
      <category>vscode</category>
      <category>파이썬</category>
      <category>파이썬 설치</category>
      <author>IT주니주니</author>
      <guid isPermaLink="true">https://itjunijuni.tistory.com/112</guid>
      <comments>https://itjunijuni.tistory.com/112#entry112comment</comments>
      <pubDate>Fri, 14 Sep 2018 15:29:46 +0900</pubDate>
    </item>
  </channel>
</rss>