Open ucan-lab opened 6 years ago
$ vue init nuxt-community/starter-template report-front $ cd report-front $ yarn $ yarn run dev
http://localhost:3000
axios は Nuxt.js のモジュールとして入れます。 https://qiita.com/nunulk/items/0d50ac8cf7e16287f915
$ yarn add @nuxtjs/axios
https://qiita.com/teriyakisan/items/9c2f479c30b8a829eb7c
$ yarn add element-ui
http://localhost:3000
参考リンク