Giter VIP home page Giter VIP logo

codingtalk / tacomall Goto Github PK

View Code? Open in Web Editor NEW
526.0 12.0 127.0 6.12 MB

🌮塔可商城, 一个基于springboot3+uniapp+vue3技术栈开发的开源跨平台小程序、管理后台,后端服务的项目,它内置提供了会员分销, 区域代理, 商品零售等功能的新零售电商系统。

Home Page: http://tacomall.codingtalk.cn

License: Apache License 2.0

Vue 9.88% JavaScript 23.87% HTML 0.13% Less 2.34% Java 54.89% CSS 0.25% FreeMarker 8.12% SCSS 0.21% Dockerfile 0.30%
uniapp cashier vue3 springboot3

tacomall's Introduction

[POWERED BY 码上talk|RC]

License-Apache2.0 springboot-3.2.0 JDK->=17 vuejs-3.3 uniapp-latest docker-latest

🌮塔可商城, 一个基于springboot3+uniapp+vue3技术栈开发的开源跨平台小程序、管理后台,后端服务的项目,它内置提供了会员分销, 区域代理, 商品零售等功能的新零售电商系统。强大弹性的架构设计,简洁的代码,最新的技术栈,全方面适合不同需求的前端,后端,架构的同学,同时更是企业开发需求的不二选择。开源不易,你的星星是我们持续更新的最大动力!🥳

 __  ___  ___      ___      ___      _   __      ___     // //  
  / /   //   ) ) //   ) ) //   ) ) // ) )  ) ) //   ) ) // //   
 / /   //   / / //       //   / / // / /  / / //   / / // //    
/ /   ((___( ( ((____   ((___/ / // / /  / / ((___( ( // //     

如果项目对您有帮助,不要忘记给项目点个赞fork,你的支持是我们持续更新的最大动力:)

🐱在线演示

微信小程序(微信扫一扫) 链接

----->🖥️管理后台

----->🗳️收银系统

🐢项目结构

通过项目结构,你将清楚明白你即将入手的是一个怎么样的项目,你可能需要什么,如何快速的把它变成自己的产品。

塔可商城 TACOMALL      项目
├─── admin    基于vuejs开发, 管理后台,提供商品管理,会员管理,权限管理,订单管理等。
├─── server   基于springboot多模块设计,提供各前端应用接口服务。
├─── cashier  基于flutter2.0+vue3_vite打包的跨平台收银安装应用,已打通微信支付,建行被扫支付,提供库存出入,盘点,营销活动,代金券设置。
├─── ma       uniapp开发的小程序商城。

环境启动

开发环境

  • docker
  • docker-compose
  • python >= 3.10
  • nodejs

开发阶段

1 数据库

docker-compose up --build -d mysql

2 初始化数据库

cd ./server/tacomall.sql && mysql -u username -p tacomall < tacomall.sql

3 admin

cd ./admin && npm install && npm run dev

4 server

使用 VS Code / Idea启动

测试环境上线

docker-compose up --build -d

🙈程序预览

  • 以下为程序在手机端的运行预览图(取至部分功能页面)
首页 商品分类 购物车 我的 商品详情
  • 管理后台页面

🐼快速启动

我们为每个子模块编写了如何快速搭建开发环境,同时将每个项目顺利启动的README.md,以下是说明的快速通道。

🦫版权须知

  1. 允许个人学习研究使用,支持二次开发,允许商业用途(仅限自运营)。
  2. 允许商业用途,但仅限自运营,如果商用必须保留版权信息,望自觉遵守。
  3. 不允许对程序代码以任何形式任何目的的再发行或出售,否则将追究侵权者法律责任。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2017-2023 By 塔可商城 (https://mall.codingtalk.cn) All rights reserved。

tacomall's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tacomall's Issues

推荐

完全开源!教程完整!

仿掘金之【南生论坛】基于SpringBoot+Vue框架实现前后端分离(大厂微服务架构设计;代码简洁、高效无冗余;注释详细易阅读),自适应手机端和电脑端,界面简洁美观,功能完善,性能高效。
源码地址:https://github.com/maliangnansheng/bbs-springboot
官方地址:http://bbs.nanshengbbs.top/

【后端】安装部署教程
【前端】安装部署教程

南生论坛使用指南
南生论坛代码讲解
如何获取南生论坛设计文档?
南生论坛日常迭代

tacomall-ma启动报错

Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
15:36:32.046 ModuleBuildError: Module build failed (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js):
15:36:32.059 SassError: File to import not found or unreadable: @/uni_modules/uview-ui/theme.scss.
15:36:32.068 on line 1 of ../../../../../../Users/snail/WeChatProjects/tacomall/tacomall-ma/uni.scss
15:36:32.075 from line 51 of /Users/snail/WeChatProjects/tacomall/tacomall-ma/App.vue
15:36:32.083 >> @import '@/uni_modules/uview-ui/theme.scss';
15:36:32.092 ^
15:36:32.100 at /Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/webpack/lib/NormalModule.js:316:20
15:36:32.108 at /Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/loader-runner/lib/LoaderRunner.js:367:11
15:36:32.115 at /Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/loader-runner/lib/LoaderRunner.js:233:18
15:36:32.116 at /Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/loader-runner/lib/LoaderRunner.js:111:13
15:36:32.124 at Object.callback (/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/index.js:75:7)
15:36:32.132 at Object.done [as callback] (/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/neo-async/async.js:8067:18)
15:36:32.139 at /Applications/HBuilderX.app/Contents/HBuilderX/plugins/compile-node-sass/node_modules/node-sass-china/lib/index.js:294:32
15:36:32.146 文件查找失败:'@/uni_modules/uview-ui' at main.js:17
15:36:32.153 文件查找失败:'@/uni_modules/uview-ui/components/u-modal/u-modal.vue' at subpackage/member/pages/account/index.vue:5

链接失效

在线演示下的链接很多都失效了
网码友给出能成功的请求地址 谢谢

Failed to execute 'open' on 'XMLHttpRequest': Invalid URL

页面位置:商品管理→
分类管理→
添加→
添加缩略图
我在上传了我本地的图片,在F12中我看到url 的请求没有问题,发送了一条 post 的URL:http://192.168.50.79:8080/apiOpen/oss/authorize 返回的信息Status Code:200,
但我在F12中看到有一个这样的报错
Uncaught (in promise) DOMException: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL
at dispatchXhrRequest (http://192.168.50.79:8080/js/chunk-vendors.js:12391:13)

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.