Vue CLI

김덕근·2023년 7월 24일
0

Vue

목록 보기
1/7

Vue 설치

Vue CLI 바로가기

npm install -g @vue/cli

-g 전역 설치

Creating a Project

vue create vue3-test
?  Your connection to the default npm registry seems to be slow.
   Use https://registry.npmmirror.com for faster installation? Yes


Vue CLI v5.0.8
? Please pick a preset: Default ([Vue 3] babel, eslint)


Vue CLI v5.0.8
✨  Creating project in /Users/deokkeun/VSCODE/Vue/vue3-test.
⚙️  Installing CLI plugins. This might take a while...


added 864 packages in 38s
🚀  Invoking generators...
📦  Installing additional dependencies...


added 101 packages in 6s
⚓  Running completion hooks...

📄  Generating README.md...

🎉  Successfully created project vue3-test.
👉  Get started with the following commands:

 $ cd vue3-test
 $ npm run serve
profile
안녕하세요!

0개의 댓글