Closed t-morisawa closed 3 years ago
vue-cliをインストールして以下のような感じでhello worldできる
vue create rekognition-front
npm run serve
axios, element-uiのインストールが必要
コンポーネント
const axios = require('axios');
import axios from 'axios'
element uiのインストール https://qiita.com/Junpei_Takagi/items/dc945d6eaf2fdf4f8154
axiosのインストール https://iwb.jp/vuejs-cli-axios-how-to-use/