-
02. 개발환경 설정FrontEnd/Vue.js 2021. 9. 7. 11:36반응형
1. Chrome
3. Node.js
> 설치 시 LTS(Long Term Support) 버전 다운로드
> 설치 후 터미널에서 node -v, npm -v로 버전 확인
5. git
6. github
[참고] github repository
1) https://github.com/joshua1988/doit-vuejs
2) https://github.com/joshua1988/learn-vue-js
[Install Visual Studio plugins]
> Vetur : Vue plugin
> tslint : 엄격한 자바스크립트
> Material Icon Theme : 파일 아이콘 테마 (File > Preferences > File Icon Thema 변경)
> Night Owl : 색 테마 (File > Preferences > Color Thema 변경)
> Live Server : Open with Live Server
> Auto Close Tag> ESLint
> Prettier
반응형'FrontEnd > Vue.js' 카테고리의 다른 글
06. 액시오스(Axios) (0) 2021.09.11 05. 뷰 라우터(Router) (0) 2021.09.11 04. 뷰 컴포넌트(Component) (0) 2021.09.10 03. 뷰 인스턴스(Instance) (0) 2021.09.07 01. Vue.js (0) 2021.09.07