Giter Site home page Giter Site logo

thedanielchen / fashop-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mojisrc/fashop-admin

0.0 1.0 0.0 11.78 MB

微信小程序商城后台,微信小程序微店后台,接口基于FaShop

Home Page: https://www.fashop.cn

JavaScript 92.06% CSS 7.90% HTML 0.04%

fashop-admin's Introduction

FaShop Admin

微信小程序商城后台,微信小程序微店后台

安装运行

npm install
npm start
  • 如果没安装umi 请先安装
npm install umi -g

commit-message规范

参考: my-commit-message

格式:

Header必填,Body和Footer选填。

<Header>

<Body>

<Footer>

Header

Header部分只有一行,包括:type(必填)、scope(选填)和subject(必填)

<type>(<scope>): <subject>

type

type用于说明 commit 的类别,可使用如下类别

  • feat 新功能
  • fix BUG修复
  • docs 文档
  • style 格式(不影响代码运行的变动)
  • refactor 重构
  • test 测试相关
  • chore 构建过程或辅助工具的变动
  • revert 还原代码

scope

scope用于説明 commit 影响范围

subject

subject是 commit 目的的简短描述

Body

Body 部分是对本次 commit 的详细描述,可以分成多行。

Footer

Footer 部分只用于两种情况:

  • 关联issue
  • 关闭issue

示例:

// 关联
Issue #1, #2, #3
// 关闭
Close #1, #2, #3

完整示例

feat: 添加了XX功能

添加了XXXXXXX

- 添加功能1
- 添加功能2
- 添加功能3

Issue #1, #2
Close #1

配置接口域名

修改根目录下 config/config.js 文件

proxy: {
  '/admin/': {
     target: 'https://demo.fashop.cn',
     changeOrigin: true,
  },
},

fashop-admin's People

Contributors

fightingljm avatar hanwenbo avatar wangxingkang avatar

Watchers

 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.