Giter Club home page Giter Club logo

template-shop's Introduction

项目特点

  • 基于成熟的产品设计、UI 设计,可以直接作为实际项目使用;

  • 一套代码实现 Android / IOS、小程序、H5页面、轻应用等;

  • 提供面向社区电商场景的 42 张页面模板,包含商城、订单、我的等全流程页面;

  • 主题色变量抽离,可全局灵活修改主题颜色;

  • 集成 uView UI ,采用模块化开发,二次封装业务组件,维护性高、扩展性高;

  • 提供灵活的微信小程序分包策略,按照不同的功能模块进行代码解耦分离;

快速上手

  1. 您需要安装 Hbuilder X App 开发板,以及关于 Uniapp 的前置知识。

  2. Wings Cloud Template Shop 项目版本更新时,通过 Github Release 下载相应版本的源码压缩包。

  3. 通过下载安装好的 Hbuilder X 打开项目。

    您也可以通过命令行运行项目,更多用法参考 这里

  4. 运行 --> 运行到微信小程序模拟器,什么是 微信小程序模拟器

  5. 运行完成后,您将在微信小程序模拟器中看到页面。

源码目录结构

├── .hbuilderx                // HbuilderX IDE 配置
├── /api                      // 接口管理目录
├── /components               // 公共组件
├── /mixins                   // 混入方法            
├── /pages                    // 主页面      
├── /pages-xxx                // 分包页面      
├── /static                   // 静态资源
├── /store                    // 全局状态管理
├── /utils                    // 工具函数
├── /uview-ui                 // UI 组件库
├── ...
├── App.vue                   // 根组件
├── main.js                   // 入口文件
├── package.json              // 配置
├── pages.json                // 页面配置
├── theme.scss                // app 主题颜色
├── uni.scss                  // uni 主题变量
└── vue.config.js             // Vue-cli 配置

界面展示

参与共建

欢迎提交 PR。

开源协议

Wings Cloud 相关开源软件遵循 Apache 2.0 协议,允许商业使用,但务必保留 LICENSE 信息。

template-shop's People

Contributors

kieranwong9865 avatar

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.