Vue

Vue.js - (๊ฐœ๋ฐœํ™˜๊ฒฝ์…‹ํŒ…) Node.js / Visual Studio Code ํ•œ๊ธ€ํ™” / vue.js devtools ์„ค์น˜

ddon 2019. 9. 9. 16:22

OS : Window10 , Browser : Chrome

Vue.js


Node.js ์„ค์น˜

 

1. https://nodejs.org/ko/

  - LTS ๋ฒ„์ „์œผ๋กœ ์„ค์น˜

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

 

LTS ๋ฒ„์ „์œผ๋กœ ์„ค์น˜

 

2. cmd์ฐฝ์—์„œ node -v ์ž…๋ ฅ, node.js ์„ค์น˜ ํ™•์ธ


VSCode (Visual Studio Code) ์„ค์น˜

 

1. https://code.visualstudio.com/download

 

Download Visual Studio Code - Mac, Linux, Windows

Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.

code.visualstudio.com

 

2. ํ•œ๊ธ€ํ™” : ์™ผ์ชฝ ๋ฉ”๋‰ด ๋งจ ๋ฐ‘ ํด๋ฆญ, kor ๊ฒ€์ƒ‰ ํ›„ install

install ์™„๋ฃŒ๊ฐ€ ๋˜๋ฉด ํ†ฑ๋‹ˆ๋ฐ”ํ€ด ๋ชจ์–‘์œผ๋กœ ๋ฐ”๋€œ


vue.js devtools ์„ค์น˜

 

1. ๊ตฌ๊ธ€์—์„œ vue.js devtools ๊ฒ€์ƒ‰ ํ›„ Chrome์— ์ถ”๊ฐ€

 

 

Chrome์— ์ถ”๊ฐ€ ํด๋ฆญ
ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ ์ถ”๊ฐ€ ํด๋ฆญ

 

2. ํŒŒ์ผ URL์— ๋Œ€ํ•œ ์•ก์„ธ์Šค ํ—ˆ์šฉ ํ™œ์„ฑํ™”

 

ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ ์ถ”๊ฐ€๋ฅผ ํ•˜๋ฉด ์šฐ์ธก ์ƒ๋‹จ์— Vue ์•„์ด์ฝ˜์ด ๋œจ๋Š”๋ฐ,

vue๋กœ ์ž‘์„ฑํ•œ ์ฝ”๋“œ์—ฌ๋„ ๋กœ์ปฌ ๊ฒฝ๋กœ์ผ ๋•Œ๋Š” 'Vue.js not detected' ๋ฌธ๊ตฌ๊ฐ€ ๋œฌ๋‹ค.

ํŒŒ์ผ URL๋กœ ์ ‘๊ทผํ•ด๋„ ํ—ˆ์šฉํ•  ์ˆ˜ ์žˆ๊ฒŒ ํ™œ์„ฑํ™”๋ฅผ ํ•ด์ค€๋‹ค.

 

ํŒŒ์ผ URL๋กœ ์ ‘๊ทผํ–ˆ์„ ๋•Œ ๋œจ๋Š” ๋ฌธ๊ตฌ

์šฐ์ธก ์ƒ๋‹จ Vue ์•„์ด์ฝ˜ ์šฐํด๋ฆญํ•ด์„œ ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ ๊ด€๋ฆฌ๋กœ ๋“ค์–ด๊ฐ„๋‹ค.

ํŒŒ์ผ URL์— ๋Œ€ํ•œ ์—‘์„ธ์Šค ํ—ˆ์šฉ์„ ํ™œ์„ฑํ™”


Git ์„ค์น˜

1. https://git-scm.com/downloads

 

Git - Downloads

Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific

git-scm.com

 

2. ๋‹ค ๊ธฐ๋ณธ๊ฐ’์œผ๋กœ ์„ค์น˜ ํ›„, ์„ค์น˜ ํ™•์ธ

git --version

 

3. ๊ณ„์ • ๋“ฑ๋ก

git config --global user.name '์ด๋ฆ„'
git config --global user.email '์ด๋ฉ”์ผ'

 

* git ๊ณ„์ • ๋น„๋ฐ€๋ฒˆํ˜ธ ๋ฐ”๊ฟจ์„ ๋•Œ

์ œ์–ดํŒ > ์‚ฌ์šฉ์ž๊ณ„์ • > ์ž๊ฒฉ ์ฆ๋ช… ๊ด€๋ฆฌ์ž > Windows ์ž๊ฒฉ ์ฆ๋ช…์—์„œ

git:https://github.com ํŽธ์ง‘ํ•ด์„œ ์ˆ˜์ •ํ•ด์•ผ ํ•œ๋‹ค.