"Vue CLI"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
7번째 줄: 7번째 줄:
{{참고|Vue CLI 설치}}
{{참고|Vue CLI 설치}}
{{소스헤더|설치}}
{{소스헤더|설치}}
<source lang='bash'>
<syntaxhighlight lang='bash'>
npm install -g @vue/cli
npm install -g @vue/cli
# OR
# OR
yarn global add @vue/cli
yarn global add @vue/cli
</source>
</syntaxhighlight>


{{소스헤더|프로젝트 생성}}
{{소스헤더|프로젝트 생성}}
<source lang='bash'>
<syntaxhighlight lang='bash'>
vue create my-project
vue create my-project
# OR
# OR
vue ui
vue ui
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:54 판

1 개요

Vue CLI
  • "Vue.js 개발용 표준 도구"


2 설치

설치
npm install -g @vue/cli
# OR
yarn global add @vue/cli
프로젝트 생성
vue create my-project
# OR
vue ui

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}