Coder Social home page Coder Social logo

zzlhr / xmall Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 0.0 19.84 MB

xshop

License: MIT License

Java 13.72% Groovy 0.24% JavaScript 0.50% HTML 0.42% PLpgSQL 68.57% Python 0.20% Kotlin 1.15% TypeScript 14.47% Less 0.73%
springboot mybatis spring-data-jpa vue element vux shop shopping

xmall's Introduction

XShop

一套基于springboot + vue的开源商城

TODO LIST

  • flutter app
  • vue升级

处于开发阶段,暂时欠缺部分功能

贡献者列表

感谢所有代码贡献者

如何贡献代码参照 如何贡献代码

  • guandw

项目结构

  • xshop-admin vue后台管理
  • xshop-admin-api 后台api
  • xshop-core 核心代码
  • xshop-dao dao层
  • xshop-pojo pojo对象
  • xshop-service service层
  • xshop-web-api webapp api
  • xshop-web-app vue移动端商场页面
  • Xshop-app-api flutter app api部分

如何贡献代码

参阅 贡献文档

开发进度

参阅 TODO

启动

  1. 还原数据库
# 还原
mysql -uroot -p < ./sql/xshop.sql
# Enter password:
  1. 安装依赖
mvn compile
mvn install
  1. 编译后台
cd xshop-web-api
mvn package
java -jar target/xshop-web-api.jar
  1. 编译页面
cd xshop-web-app
npm install
npm run dev

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.