Giter VIP home page Giter VIP logo

idesktop's Introduction

iDesktop

Build Status Code Climate

iDesktop - Based on ExtJS, use the basic Ext.ux.Desktop, extend it, refine it.

Overview

iDesktop是一个基于Ext JS 5的web桌面应用,为了最大限度的强调前端框架的魅力,忽略后台开发所带来的 冗余,项目基于NodeJS平台搭建,并集成了Mocha测试框架,Bower前端包管理器,GruntJS构建框架等等。

项目的代码组织结构如下: The following folders are all needed to load the application.

  • "client" - 前端代码,内包含了基于ext5的标准部署结构,以及来自第三方vendor的JavaScript Framework.
  • "server" - 服务器端代码,内包含了基于expressjs的web app,其中有路由规则定义及中间件依赖。
  • "test" - 测试代码,基于shouldJs以及Mocha测试框架的测试模块,额外提供了代码的coverage报告功能.
  • "index.js" - 项目入口文件.
  • "bower.json" - bower package manager descriptor.
  • "package.json" - npm package manager descriptor.

Requirement

如果想要将iDesktop部署到自己的PC或Mac上,你应该确保有以下依赖:

  • Node JS - NodeJS平台,点击这里查看详情.
  • Grunt CLI - NodeJS依赖,需要使用npm包管理器安装 npm install -g grunt-cli
  • Sencha CMD - Sencha Command, 请前往Sencha官网下载最新版本的SenchaCMD.

How to Start

按照以下步骤,初始化项目:

  • grunt init -- download ext5 framework
  • cd client & Sencha app update -- update assets build
  • use grunt dev while you develop iDesktop

Other Grunt Tasks

  • grunt docs -- 根据markdown注释生成项目文档
  • grunt validate -- 使用jshint测试JavaScript代码质量,并执行全部的测试case
  • grunt test-unit -- 仅仅执行单元测试case
  • 更多Grunt Task参考Gruntfile.js

Screen Cast

1

Who are we

CodeHolic Team.

License

MIT

idesktop's People

Contributors

doomdagger avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.