# install dependencies
$ yarn install
# ใช้ในการ API
$ npm install @nuxtjs/auth @nuxtjs/axios
$ yarn add core-js@2
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate# ยังงงๆกับ Grid System ของ tailwind อยู่
# ยังเชื่อมต่อกับระบบ login ของ firebase ยังไม่ได้ จึงยังใช้ token ในการจำกัดการเข้าไม่ได้ (Admin)
# ทำได้แค่ post ส่วน put กับ delete ยังทำไม่ได้For detailed explanation on how things work, check out Nuxt.js docs.