본문 바로가기

basic/Vue.js

Vue CLI

Manually select features

  • Choose Vue Version
  • Babel : ES5 이후 버전으로 코딩하면 ES5문법으로 자동변환해 줌
  • TypeScript
  • Progressive Web App (PWA) Supports : 웹앱 개발 지원
  • Router : Vue-Router
  • Vuex : 상태관리
  • CSS Pre-processors : CSS전처리기 SASS SCSS LESS Stylus 등
  • Linter/Formatter : 자바스크립트 코딩 표준 가이드
  • Unit Testing : 단위 테스트 플러그인 Mocha 등
  • E2E Testing : End to End 테스트, 통합테스트 플러그인

 

https://cli.vuejs.org/guide/creating-a-project.html

 

Creating a Project | Vue CLI

Creating a Project vue create To create a new project, run: WARNING If you are on Windows using Git Bash with minTTY, the interactive prompts will not work. You must launch the command as winpty vue.cmd create hello-world. If you however want to still use

cli.vuejs.org

 

'basic > Vue.js' 카테고리의 다른 글

스크롤 이벤트 사용하기  (0) 2021.10.14
history모드 설정하기  (0) 2021.06.22
sample  (0) 2021.06.18
[Vue.js] Life Cycle  (0) 2021.05.27
package.json  (0) 2021.05.27