Skip to content

夏特稀官方網站,一個使用 vue cli 框架建構的網站。(正在重構)

Notifications You must be signed in to change notification settings

mmm25002500/MyWebsite

Repository files navigation

MyWebsite - Documentation

This website is currently the latest version. The previous version was developed using Vue Cli(old branch) due to much dirty code, and this version has been rebuilt using Next.js and TypeScript.

Structure

API

ADDR

Path: /api/{name}?lebel_1=val_1&label2=val_2&...

APIs List

API Input Output Intro
x x x x

Used APIs

Label Provider
x x

Used Resources

Label Provider
Post Backend Firebase
Backend Server Vercel
Frontend Server Vercel

Hot Reloading & Deployment

pnpm (recommendation)

# install necessary pkg
pnpm i
# hot reloading dev
pnpm dev
# deploy & compile
pnpm build

npm (Not recommended)

# install necessary pkg
npm i
# hot reloading dev
npm run dev
# deploy & compile
npm run build

yarn (Not recommended)

# install necessary pkg
yarn
# hot reloading dev
yarn dev
# deploy & compile
yarn build