用 NuxtJS 和 Axios 實作 itunes 專輯搜尋應用程式,並用 Tailwind CSS 負責畫面呈現
- 使用 @nuxtjs/axios 和 @nuxtjs/proxy 模組串接 API 資料
- 使用 @nuxtjs/tailwindcss 模組完成切版
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out the documentation.