All Projects → mojisrc → Fashop Admin

mojisrc / Fashop Admin

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fashop Admin

React Antd Admin
后台前端管理系统,基于react、typescript、antd、dva及一些特别优秀的开源库实现
Stars: ✭ 117 (-40.91%)
Mutual labels:  webpack4, antd, dva
React Admin
✨ react-admin system solution : react 后台管理系统解决方案
Stars: ✭ 5,975 (+2917.68%)
Mutual labels:  antd, react-admin
Alldemo
🍑 2020全栈学习Demo大合集 包含最新 hooks TS 等 还有umi+dva,数据可视化等实战项目 (持续更新中)
Stars: ✭ 189 (-4.55%)
Mutual labels:  antd, dva
Dva Admin
A dashboard application built upon dva and ant-design
Stars: ✭ 19 (-90.4%)
Mutual labels:  antd, dva
3yadmin
基于react全家桶+antd构建的专注通用权限控制与表单的后台管理系统模板
Stars: ✭ 381 (+92.42%)
Mutual labels:  antd, react-admin
Ant Admin
基于 antd 的后台管理平台, 在 react 中玩转 D3.js
Stars: ✭ 455 (+129.8%)
Mutual labels:  antd, react-admin
React Latest Framework
a client framework of React
Stars: ✭ 835 (+321.72%)
Mutual labels:  webpack4, antd
Bird Front
bird前端项目,基于react、antd、antd-admin,封装常用数据组件,细粒度权限解决方案。
Stars: ✭ 272 (+37.37%)
Mutual labels:  antd, dva
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (-77.78%)
Mutual labels:  webpack4, antd
Antd Admin
An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS
Stars: ✭ 8,678 (+4282.83%)
Mutual labels:  antd, dva
Awesome Uikit
Collect JS Frameworks, Web components library and Admin Template.
Stars: ✭ 1,136 (+473.74%)
Mutual labels:  antd, react-admin
React Admin
基于 Ant Design React 的管理系统架构
Stars: ✭ 376 (+89.9%)
Mutual labels:  antd, react-admin
Tonzhon Music
将QQ音乐、网易云音乐和酷我音乐上的歌添加到一个列表来播放!
Stars: ✭ 257 (+29.8%)
Mutual labels:  webpack4, antd
Antd Umi Sys
企业BI系统,数据可视化平台,主要技术:react、antd、umi、dva、es6、less等,与君共勉,互相学习,如果喜欢请start ⭐。
Stars: ✭ 503 (+154.04%)
Mutual labels:  antd, dva
Dva Admin
dva admin antd dashboard
Stars: ✭ 278 (+40.4%)
Mutual labels:  antd, dva
React Design Editor
React Design Editor has started to developed direct manipulation of editable design tools like Powerpoint, We've developed it with reactjs, ant.design, fabricjs
Stars: ✭ 687 (+246.97%)
Mutual labels:  webpack4, antd
react-admin-nest
React和Ant Design和 Nest.js 和 Mysql 构建的后台通用管理系统。持续更新。
Stars: ✭ 123 (-37.88%)
Mutual labels:  antd, react-admin
antd-color-replacer
适用于 webpack 环境下 的 主题切换插件
Stars: ✭ 22 (-88.89%)
Mutual labels:  antd, webpack4
Reactspa
combination of react teconology stack
Stars: ✭ 911 (+360.1%)
Mutual labels:  webpack4, antd
Ant Back
🚀 react后台,后台管理系统
Stars: ✭ 90 (-54.55%)
Mutual labels:  antd, react-admin

FaShop Admin

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

安装运行

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

其他

  • .umirc.local.js 为本地开发配置
  • .build.js npm run build编译时不会走.umirc.local.js了,如果想在本地编译其他host,可在该文件内修改,不支持es6...

如:module.exports = { host: "https://v2-api.fashop.cn" };

  • .umirc.js 为fashop开发的默认配置,生产环境下也建议不要更改该文件

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].