Vueプロジェクトの作成


  • init
  • $ npm init
  • npmjs
    https://www.npmjs.com/
  • ex) $ npm i prompt-sync
  • CLI ( https://cli.vuejs.org/guide/installation.html )
  • $ npm install -g @vue/cli
  • check
  • $ vue --version
  • @vue/cliプロジェクト
  • を作成
    $ vue create vue-board

    $ cd hello-vue-cli
    $ npm run serve
  • axiosのインストール
    https://www.npmjs.com/package/axios
  • $ npm i axios