/2024-nuxt-main-task

六角學院 - Nuxt 專班主線任務

Primary LanguageTypeScript

享樂酒店 Enjoyment Luxury Hotel

此專案主要是練習 Nuxt,切版的部分使用此 模版 進行套版

另有 TypeScript 版本,請點選 此連結 (此為自行切版,並另與三位隊友合作完成)

🚀 Node 版本建議 20.x 以上

Information

Tech Stack

  • Nuxt3
  • Vue3
  • Pinia
  • Vite
  • Render

Router Config

  • 首頁
  • 登入
  • 註冊
  • 客房列表
  • 客房詳細資訊
  • 預約
  • 預約成功/失敗
  • 會員 - 修改資料
  • 會員 - 訂單查詢

Setup

Make sure to install dependencies:

# npm
npm install

Development

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview