Code Monkey home page Code Monkey logo

tempbasedextjs's Introduction

💐 TempBasedExtJS

支持IE8.0,基于ExtJS 4.2.0 搭建的前端项目框架。

这个仓库是我针对IE8 学习ExtJS 4.2.0 后搭建的前端项目框架。这本是一个银行项目,可惜中途夭折,因缺少需求,所以目前只有框架:blush:。

效果截图

效果截图

项目目录说明

.

|-- app                                 // 源码目录
|   |-- controller                      // 控制器
|       |-- Manager.js                  // 控制路由切换,页面初始化
|   |-- data                            // 模拟数据
|       |-- company.json                
|   |-- model                           // 模型
|       |-- Company.js                  
|   |-- store                           // store
|      
|   |-- view                            // 视图组件
|       |-- add                         // add 模块
|            |-- AddOwn.js              // 页面组件
|            |-- AddUnit.js             // 页面组件
|       |-- check                       // check 模块
|            |-- CheckIn.js             // 页面组件
|            |-- CheckPay.js            // 页面组件
|            |-- CheckUnit.js           // 页面组件
|            |-- ProgressBarPager.js    // 页面组件
|       |-- upload                      // upload 模块
|            |-- UploadOwn.js           // 页面组件
|       |-- AppHeader.js                // 加载各种store模块
|       |-- ContentPanel.js             // 内容组件
|       |-- Navigation.js               // 目录树
|       |-- ProgressBarPager.js         // 进度条组件
|       |-- Viewport.js                 // viewport
|-- extjs                               // extjs源码
|-- resources                           // 存放静态文件
|   |-- css                             // 存放静态文件css
|   |-- imgs                            // 存放静态文件img
|-- app.js                              // 代码入口文件
|-- README.md                           // 项目说明
|-- index.html                          // 主页面
|-- package.json                        // 用于项目运行
.

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.