Zhuzhu Shop, open source WeChat mall (Element+Vue backend management terminal)
- Rebuilt based on the open source projects NideShop and Haifeng Shop. The two projects referenced are a bit old and have some minor problems, so I streamlined some functions, fixed some bugs, and redesigned the UI. They are currently released. Online, in use~
- The server api is based on Node.js+ThinkJS+MySQL
- The background management terminal is based on VUE.js+element-ui,
- Mini program is developed based on native mini program
- Currently, WeChat login, payment, and express delivery inquiries are all in normal use.
Currently, Zhuzhu Shop is online. You can scan the code to test it out.
This project requires cooperation
Server: https://github.com/zxb1655/xzzshop-server
WeChat mini program: https://github.com/zxb1655/xzzshop-miniprogram
Project screenshots
Local development environment configuration
- Clone the project locally
git clone https://github.com/zxb1655/xzzshop-admin
- build is packaged into static files
yarn build 或者 yarn build:test
The generated static files are in the dist folder and can be opened in the browser after uploading to the server.
Feature list
- Order management: View and modify order prices, ship goods, generate electronic orders, modify order status
- Product management: add, modify, delete products, add product categories, add product comments
- Shopping Cart: You can see the status of users adding to the shopping cart
- User list: some usage traces of users
- Store settings: display settings, advertising list, announcement management, freight template (corresponding freight can be set according to the region), express delivery settings, administrator
Final note
Project address
Backend management: https://github.com/zxb1655/xzzshop-admin
Server: https://github.com/zxb1655/xzzshop-server
WeChat mini program: https://github.com/zxb1655/xzzshop-miniprogram
This project will be continuously updated and maintained. If you have any questions, please contact me via WeChat. If you like it, don’t forget to star it. Thank you for your attention.