Coder Social home page Coder Social logo

nb-admin's Introduction

equipment_admin

中顺云设备后台管理系统

目录结构

├── src
|  ├── api 请求接口
|  ├── components
|  |  ├── BreadCrumb 导航面包屑
|  |  ├── Button 通用按钮
|  |  ├── Chart 图标
|  |  ├── hComponents 自定义组件
|  |  ├── NotFound 404 页面
|  |  ├── PageItem 子页面包裹组件
|  |  ├── Paginations 分页
|  |  └── SearchForm 搜索表单
|  ├── hooks 自定义 hook
|  |  └── list.js 列表页
|  ├── img 
|  ├── index.js 入口
|  ├── App.js 主应用文件
|  ├── layout 布局
|  |  ├── Footer 底部
|  |  ├── Frame 内容区域
|  |  └── Header 头部导航
|  ├── pages
|  |  ├── dashboard 工作台
|  |  ├── analysis-company 公司商标分析
|  |  |  ├── company-overview 公司商标概况
|  |  |  └── trademark-query 商标综合查询
|  |  ├── dimension-brand 品牌商标分析
|  |  ├── list-brand 商标列表
|  |  └── login 登录
|  ├── store
|  |  └── index.js 状态管理
|  ├── routes 
|  |  └── index.js 路由配置
|  ├── setupProxy.js 代理配置
|  ├── styles
|  |  ├── common.less 公共样式
|  |  ├── index.less
|  |  ├── lib.less 简写class样式
|  |  └── variable.less 样式变量
|  └── utils
|     ├── auth.js 权限token
|     ├── config.js api 请求前缀
|     ├── global.js 全局变量、方法
|     ├── http.js 封装 NProgress(进度条) 的 request
|     ├── request.js axios 二次封装
|     └── utils.js 工具类方法
├── craco.config.js 自定义webpack配置
├── package.json
└── README.md

nb-admin's People

Contributors

nobounder avatar

Watchers

James Cloos avatar  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.