Skip to content

jimmyhappy19920308/ns-store-game-source-code

Repository files navigation

ns-game-store

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

NS GameStore

Demo

demo

簡介

此為前端練習作品,主要功能為:

  • 商品資訊(分類、商品細節)、購物車、下單、訂購人資訊、限時優惠等,

主要練習

  • Vue CLI2 => Vue CLI3
  • Vuex
  • Vue Router
  • 元件化
  • API 操作
  • 客製化 BootStrap 樣式
  • 使用 BootStrap 製作響應式網頁(RWD)

內容介紹

商品分類

依據遊戲種類進行分類

商品細節

限時優惠

購物車

結帳-確認購物車內容

確認購物車內容與輸入優惠券

結帳-訂購人資訊表單

輸入訂購人資訊與表單驗證

結帳-完成訂單

感謝