Skip to content

Vue TypeScript 설정

bash
npm install -g @vue/cli
yarn global add @vue/cli

vue --version

vue create vue-started
  • TS, Router, Vuex, Linter
  • class-style > Yes
  • Bable alongside TypeScript for auto-detected polyfills > No
  • history mode for router > Yes