Giter Club home page Giter Club logo

ecommerce_frontend's Introduction

E-commerce Website Front-end

maynooth

License: MIT

E-commerce Website Front-end 是一個使用 Vue 建立的電子商務前端專案,平台使用者主要是下列兩種身份,分別為一般消費者(Visitor)、商家管理員(Admin),搭配 E-commerce Website Back-end Server 後端專案,打造一個全方位的可擴展性電商網站。

Explore More with Project Presentation and Demo

Resource - 圖片引用來源

Declaration - 聲明

  • 本作品內圖片、內容等,純粹為個人練習前端使用,不做任何商業用途。

CopyRight

Copyright © 2020, MAYNOOTH. Released under the MIT License.

Features - 專案功能

Environment SetUp - 環境建置

Installing - 專案安裝流程

git clone https://github.com/libterty/ecommerce_frontend.git

安裝 npm 套件

npm install

Compiles and hot-reloads 應用程式,本機運行

npm run serve

Compiles and minifies 應用程式

npm run dev-build

運行 Compile 後的應用程式

npm start

Contribution

ecommerce_frontend's People

Contributors

libterty avatar mpragnarok avatar

Watchers

 avatar  avatar

Forkers

mpragnarok

ecommerce_frontend's Issues

Cart Create Fail

mapCartInventory() {
    return this.initCart.map(item => ({
      ProductId: item.ProductId,
      ColorId: item.ColorId,
      quantity: item.quantity
    }))
},
checkCartInventory() {
    return {
      notEnough:
        this.productInCart.quantity + this.form.quantity >
        this.selectedColorQuantity ||
        this.productInCart.quantity > this.selectedColorQuantity
    }
 }

這兩個Compute會造成使用者在按下選擇新增顏色時就噴錯,AddToCart也會因為之前的Undefined錯誤掛掉
Screen Shot 2020-01-29 at 2 38 48 PM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.