message-board

本項目旨在練習數據庫管理、前後端搭建

項目待辦

  • 註冊/登陸
  • 留言展示頁面
  • 留言發布頁面
  • 留言增刪改查
  • 留言回覆功能
  • 加載留言
  • 數據統計

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint