{"id":22214005,"url":"https://github.com/xmlking/kendo-requirejs-bootstrap","last_synced_at":"2025-08-07T07:04:21.077Z","repository":{"id":142313645,"uuid":"11585478","full_name":"xmlking/kendo-requireJS-bootstrap","owner":"xmlking","description":"AMD-aware kendoUI seed project with Twitter Bootstrap and Themes","archived":false,"fork":false,"pushed_at":"2013-07-25T19:02:50.000Z","size":2648,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T06:28:09.956Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xmlking.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-22T15:53:27.000Z","updated_at":"2014-03-31T19:21:03.000Z","dependencies_parsed_at":"2023-03-13T06:56:03.251Z","dependency_job_id":null,"html_url":"https://github.com/xmlking/kendo-requireJS-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xmlking/kendo-requireJS-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fkendo-requireJS-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fkendo-requireJS-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fkendo-requireJS-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fkendo-requireJS-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmlking","download_url":"https://codeload.github.com/xmlking/kendo-requireJS-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2Fkendo-requireJS-bootstrap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263957845,"owners_count":23535605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T21:12:55.120Z","updated_at":"2025-07-06T19:09:00.564Z","avatar_url":"https://github.com/xmlking.png","language":"JavaScript","readme":"h1(main). kendo-requireJS-bootstrap\n\nAMD-aware Kendo UI project template with Twitter Bootstrap and Themes\n\np. This is a boilerplate project for building AMD-aware(modular), widget driven _non-trivial_ web applications.  \n\nh2. Features\n\n# *AMD(Asynchronous Module Definition)-Aware :* For Dependency Management, Asynchronous Resource Loading, Lazy Loading with \"RequireJS(Asynchronous Module Definition)\":http://requirejs.org/docs/whyamd.html. \n# *CSS Framework :* For base CSS, responsive grids, layouts, and components with \"Twitter Bootstrap\":http://twitter.github.io/bootstrap/\n# *Themes :* Saving the web from default Bootstrap theme with \"Bootswatch\":http://bootswatch.com\n# *Modernizr :* A browser feature detection library, includes polyfills, HTML5 Shiv, YepNope.js for conditional resource loading. \n# *Kendo UI :* Rich UI widgets for data visualization and client-side MVC framework for Mobile and Web app development. \n# *Custom Kendo UI widgets :* checkout AMD-Aware Console \u0026 LED widgets\n \n\nh2.  Scaffolding\n\n\nbc. \nWebApp:\n\tcrossdomain.xml\n\tdashboard.html\n\tindex.html\n\tusers.html\n\tLICENSE\n\tREADME.textile\n\tico: (apple-touch-icon-*-precomposed.png, favicon.ico, favicon.png)\n\timg: (App images)\n\tcss: main.css\n\tscripts:\n\t\tconfig.js   (requireJS config)\n\t\tdashboardPage.js  (dashboard module main)\n\t\tdashboard:   (your module)\n\t\t\tmain.js\n\t\t\trouter.js\n\t\t\tmodels:\n\t\t\ttemplates:\n\t\t\tviewModels:\n\t\t\tviews:\n\t\tusers:  (your module)\n\t\tpartials:  (partial HTML templates)\n\t\t\t_grid.html\n\t\t\t_list.html\n\t\tutils:  (app utils module)\n\t\t\tmain.js\n\t\tlibs:  (3rd/reusable  party modules)\n\t\t\tbootstrap:\n\t\t\t\tcss:\n\t\t\t\t\tbootstrap-responsive.css\n\t\t\t\t\tbootstrap-responsive.min.css\n\t\t\t\t\tbootstrap.css\n\t\t\t\t\tbootstrap.min.css\n\t\t\t\timg:\n\t\t\t\t\tglyphicons-halflings-white.png\n\t\t\t\t\tglyphicons-halflings.png\n\t\t\t\tjs:\n\t\t\t\t\tbootstrap.js\n\t\t\t\t\tbootstrap.min.js\n\t\t\t\tmain.js\n\t\t\tconsole: (custom widget)\n\t\t\tholder:\n\t\t\tjquery:\n\t\t\tkendo:\n\t\t\tmodernizr:\n\t\t\tpnotify:\n\t\t\trequire: (AMD loaders , plugins)\n\t\t\t\tcss.js\n\t\t\t\tdomReady.js\n\t\t\t\ti18n.js\n\t\t\t\tis.js\n\t\t\t\tjson.js\n\t\t\t\trequire.js\n\t\t\t\ttext.js\n\tservices: (dummy services for testing)\n\t\tapril-sales.json\n\t\tboeing-stock.json\n\t\tcrime-stats.json\n\t\tjob-stats.json\n\t\treadme.txt\n\n\nh2. TODO\n\n# Use HTML DSL(Domain Specific Language) syntax for declarative initialization of widgets.\n# Integrate with AngularJS and demo Lazy Loading of UI widgets \u0026 Modules\n\nh2. References\n\n* \"Writing Modular JavaScript With AMD\":http://addyosmani.com/writing-modular-js/\n* \"SPA(Single-Page App) with Kendo UI\":http://demos.kendoui.com/websushi/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmlking%2Fkendo-requirejs-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmlking%2Fkendo-requirejs-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmlking%2Fkendo-requirejs-bootstrap/lists"}