A little mall system.
litemall = Spring Boot back-end + Vue admin front-end + WeChat applet user front-end + Vue user mobile-end
Please scan the following QR code to visit
Or the browser uses the mobile phone mode to access the following URL: http://122.51.199.160:8080/vue/index.html#/
Notice:
- Due to the large amount of data loaded for the first time, it is recommended to access the Wi-Fi network and wait patiently for a few seconds.
- This example is a test light shopping mall, does not support payment, and it is not perfect in development.
- Open the browser and enter the following URL: http://122.51.199.160:8080/#/login
- The administrator username is
admin123, and the administrator password isadmin123
Note: This example is only a test management background, not the management background of the first two small malls.
- Spring Boot
- Vue
- WeChat Mini Program
- Home
- List of topics, details of the topics
- Classification list, classification details
- Brand list, brand details
- New product launch, popularity recommended
- Coupon list, coupon selection
- Group purchase (group purchase business to be improved)
- Search for
- Product details, product evaluation, commodity sharing
- Shopping cart
- Order
- Order list, order details
- Address, collection, footprint, feedback
- Customer servic
- Member management
- Mall Management
- Commodity management
- Promotional management
- System management
- Configuration management
- Statistical report
-
Configure the minimum development environment:
- MySQL
- (http://www.oracle.com/technetwork/java/javase/overview/index.html) (JDK1.8 or above).
- Maven
- Nodejs WeChat Developer Tool (https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
-
The database is imported in turn into the database file under litemall-db/sql
- litemall_schema.sql
- litemall_table.sql
- litemall_data.sql
-
Start a back-end service
for small shopping malls and management back officeOpen the command line and enter the following command
cd litemall mvn install mvn clean package java -Dfile.encoding=UTF-8 -jar litemall-all/target/litemall-all-0.1.0-exec.jar -
Start the management background front-end
Open the command line and enter the following command
npm install -g cnpm --registry=https://registry.npm.taobao.org cd litemall/litemall-admin cnpm install cnpm run devAt this point, the browser opens, enter the URL 'http://localhost:9527', and then goes to the management background login page.
-
Start the small mall front-end
There are two small store front-end litemall-wx and renard-wx that developers can import and test separately:
- WeChat development tools import litemall-wx project;
- Project configuration, enabling the "Uncorrected legitimate domain name, web-view (business domain name), TLS version, and HTTPS certificate"
- Click "Compilation" to preview the effect in WeChat' s development tools;
- You can also click "Preview" and the phone scans to log in (but the phone needs to turn on debugging).
Note:
> Here is only the simplest way to start, and small shopping malls WeChat login, WeChat payment and other functions need developer settings to run,
> For more detailed scenarios, please refer to the documentation (https://linlinjava.gitbook.io/litemall/project). -
Start the Light Marketplace front-end
Open the command line and enter the following command
npm install -g cnpm --registry=https://registry.npm.taobao.org cd litemall/litemall-vue cnpm install cnpm run devAt this point, the browser (recommended in chrome phone mode) opens, enters the URL 'http://localhost:6255', and enters the light mall.
MIT Copyright (c) 2018-present linlinjava



