A study program modeled after JD.The project is for learn Vue.
This is a mobile website
.
(国内朋友需要科学上网才能把图片加载出来吧。)
- 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
- Layout of register page
- Rendering of data returned from the back end
- Click on a nearby store to jump to the object store details page
- 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
- Render the received data and control the display of the product list through the extension button.
- Calculate commodity price
- Submit order button event
- Render the order data sent from the back end
Concern | Solution |
---|---|
Server | fastmock |
UI Framework | Vue3 |
Stying | Sass |
- Node
- Yarn
git clone [email protected]:AlexL0ng/imitation-jingdong.git
yarn add
yarn serve