vue-cli
Vue.jsをセットアップするためのcli tool
使い方
install
$ yarn add @vue/cli
設定
$ yarn -s vue create <project_name>
code:wizard.sh
? Please pick a preset: Manually select features
? Check the features needed for your project:
◉ Choose Vue version
◉ Babel
◉ TypeScript
◯ Progressive Web App (PWA) Support
◯ Router
❯◯ Vuex
◯ CSS Pre-processors
◉ Linter / Formatter
◯ Unit Testing
◯ E2E Testing
PWA support
Vue-router
Vuex
CSS Pre-processors
SASSetc.のことを指している
E2E Testing
References
Vue.js+TypeScriptな環境整備 | RE:ENGINES
各種設定についての簡単な説明を読み取ることが出来る
#2020-09-06 13:33:20