Upgrade to Pro — share decks privately, control downloads, hide ads and more …

vue-cli 3.0時代のNuxt.js

vue-cli 3.0時代のNuxt.js

vue-cli 3.0からプロジェクトのカスタマイズがtemplate方式からplugin方式に変わったので、Nuxt starter pluginを作りました

andoshin11

March 27, 2018
Tweet

More Decks by andoshin11

Other Decks in Programming

Transcript

  1. 自己紹介 • Shin Ando (@andoshin11) • Software Engineer (Frontend) •

    merpay, Inc (2018/3〜) • Skills • Vue.js • React Native • Rails
  2. vue-cli 3.0がやってくる!! • Plugin Based Architecture • Zero config by

    default • Everything configurable without need for eject still in beta 6...
  3. vue-cli 3.0がやってくる!! $ vue init <template> my-app $ vue create

    my-app $ vue add <plugin> // add custom plugin Legacy way... Modern way (^3.0.0)