GithubHelp home page GithubHelp logo

next-admin-demo's Introduction

├── client 前端开发文件夹
│   ├── assets 前端自测试打包资源生成地址
│   │   └── dist 打包生成的资源文件, 包含js,img,css
│   │       └── js
│   │       └── css
│   │       └── img
│   ├── config webpack配置文件目录
│   └── src 开发目录
│       ├── actions redux的action文件存放目录
│       ├── data 测试数据存放文件
│       ├── dist 资源文件存放目录
│       │   ├── css
│       │   └── img
│       │   └── js
│       ├── reducers redux的reducers文件存放目录
│       ├── route 前端路由存放地址
│       ├── store 前端redux状态控制存放目录
│       └── view 前端视图存放目录
├── public 服务器所使用的前端打包文件夹
│   └── dist
│       ├── css
│       ├── img
│       └── js
└── server 后端开发目录夹
    ├── auth 权限验证目录 用来存放用户验证部分
    ├── config 后端例如数据库等配置文件的存放目录
    ├── containers 后端控制层 C 层的代码存放目录
    ├── models 后端数据库控制代码存放目录
    ├── route 后端路由存放目录
    └── view 后端页面生成外套层存放目录,由于界面同步, 后端只负责生成页面时的外套嵌套

next-admin-demo's People

Contributors

zhaihaoran avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rpdg

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.