Skip to content

AlexL0ng/imitation-jingdong

Repository files navigation

Overview

A study program modeled after JD.The project is for learn Vue. This is a mobile website.

(国内朋友需要科学上网才能把图片加载出来吧。)

Feature

Login

login page

  • Verify prompt for an empty account password
  • Post a request to back-end,the home page is displayed when the back end returns correctly
  • LocalStorage Stores user information to maintain login status
  • The login page is displayed if the home page is accessed illegally

Register

register page

  • Layout of register page

Home

home page

  • Rendering of data returned from the back end
  • Click on a nearby store to jump to the object store details page

Shop

shop page cart feature cart List feature

  • Layout of shop page
  • The data synchronization of the bottom shopping cart is calculated by item price
  • Calculate the price of the item based on the selected state
  • Item addition increases and decreases of button
  • Click the settlement button to jump to the order page
  • Pass the cart item information to the order confirmation page

OrderConfirmation

orderConfirmation page orderExpand feature orderCheck feature

  • Render the received data and control the display of the product list through the extension button.
  • Calculate commodity price
  • Submit order button event

OrderList

orderList page

  • Render the order data sent from the back end

Stack Information

Concern Solution
Server fastmock
UI Framework Vue3
Stying Sass

Setup

Prerequisites

  • Node
  • Yarn

Installation

First of all,download code by github
git clone git@github.com:AlexL0ng/imitation-jingdong.git

Install dependecies

yarn add

Run serve

yarn serve

About

a project to imitation of jingdong

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published