πΒ Reference
πΒ Index
π οΈ Library
@vue/cli
: νλ‘μ νΈ μμ±npm install -g @vue/cli
Vue CLI 2.x
vue init 'νλ‘μ νΈ ν νλ¦Ώ μ ν' 'νλ‘μ νΈ ν΄λ μμΉ' ex) vue init webpack-simple 'νλ‘μ νΈ ν΄λ μμΉ'
vue init 'νλ‘μ νΈ ν
νλ¦Ώ μ΄λ¦' 'νμΌ μμΉ'
Vue CLI 3.x
vue create 'νλ‘μ νΈ ν΄λ μμΉ'
vue create 'νλ‘μ νΈ μ΄λ¦'
cd vue-cli
npm run serve
1. λͺ λ Ήμ΄
# Vue CLI 2.x
vue init 'νλ‘μ νΈ ν
νλ¦Ώ μ΄λ¦' 'νμΌ μμΉ'
# Vue CLI 3.x
vue create 'νλ‘μ νΈ μ΄λ¦'