일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- nvm
- PODS
- jpa
- stern
- node
- Containers
- Vue-CLI
- TroubleShooting
- credential
- 트러블슈팅
- git
- k8s
- 어노테이션
- npm
- MVVM
- log
- github
- subtree
- 패턴
- docker
- Scouter
- APM
- TypeScript
- Shooting
- Trouble
- VUE
- node버전
- annotation
- 스카우터
- Today
- Total
목록VUE (3)
JSheep`s Album
기술 스택 Vue.js Vue Router Vuex Axios Vue Test Utils 개발 환경 Chrome Chrome 웹브라우저 더욱 스마트해진 Google로 더 간편하고 안전하고 빠르게. www.google.com Git Git - Downloads Downloads macOS 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 ..
이전 포스팅과 이어집니다. Vue 설정을 위한 node 및 vue-cli 설치가 필요합니다. @vue/cli 5.0.1 => vue-cli version $ vue --version @vue/cli 5.0.1 1. 프로젝트 생성 $ vue create first-project ? Please pick a preset: (Use arrow keys) Default ([Vue 2] babel, eslint) Default (Vue 3 Preview) ([Vue 3] babel, eslint) > Manually select features 방향키로 원하는 버전을 선택하여 Enter 본 포스팅은 Manually select features을 선택 $ Vue CLI v5.0.1 Failed to check fo..
1. Node 설치 https://nodejs.org/ko/ 2022.03.15 기준 16.14.0 LTS 설치 $ node --version v16.14.0 $ npm --version 8.3.1 2. vue-cli 설치 ## npm 으로 설치 $ npm install -g @vue/cli $ vue --version @vue/cli 5.0.1