E-commerce Website Front-end 是一個使用 Vue 建立的電子商務前端專案,平台使用者主要是下列兩種身份,分別為一般消費者(Visitor)、商家管理員(Admin),搭配 E-commerce Website Back-end Server 後端專案,打造一個全方位的可擴展性電商網站。
- 本作品內圖片、內容等,純粹為個人練習前端使用,不做任何商業用途。
Copyright © 2020, MAYNOOTH. Released under the MIT License.
- 使用Vuetify與BootstrapVue美化專案頁面
- 使用sweetalert2顯示popup message
- 使用Vuex管理Vue state
- Moment.js進行時間與日期的解析
- v-chart顯示圖表分析
- v-viewer展現產品圖片
- Material-icons用於顯示網頁icon
git clone https://github.com/libterty/ecommerce_frontend.git
npm install
npm run serve
npm run dev-build
npm start