t-morisawa / rekognition

rekognition
0 stars 0 forks source link

frontコンテナの作成・vue-cliから起動 #15

Closed t-morisawa closed 3 years ago

t-morisawa commented 4 years ago
t-morisawa commented 4 years ago

vue-cliをインストールして以下のような感じでhello worldできる

vue create rekognition-front
npm run serve

image image

t-morisawa commented 4 years ago

axios, element-uiのインストールが必要

コンポーネント

const axios = require('axios');
import axios from 'axios'
t-morisawa commented 3 years ago

element uiのインストール https://qiita.com/Junpei_Takagi/items/dc945d6eaf2fdf4f8154

axiosのインストール https://iwb.jp/vuejs-cli-axios-how-to-use/