Skip to content

loorko/marionette-backbone-example1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example page

Backbone Marionette

npm install && npm run bower

Online: https://loorko.github.io/marionette-backbone-example1

Initial directory structure

application/
 ├── index.html
 ├── fonts/
 ├── image/
 ├── script
 |    ├── app
 |    |    ├── collection/
 |    |    ├── component
 |    |    |     ├── dialog.js
 |    |    |     └── loader.js
 |    |    ├── config
 |    |    |     ├── endPoint.js
 |    |    |     └── i18next.js
 |    |    ├── controller/
 |    |    ├── extend
 |    |    |     └── validation.js
 |    |    ├── function/
 |    |    ├── helper
 |    |    |     ├── apiUrl.js
 |    |    |     ├── log.js
 |    |    |     └── translate.js
 |    |    ├── locale
 |    |    |     ├── de
 |    |    |     |    └── translation.json
 |    |    |     └── en
 |    |    |          └── translation.json
 |    |    ├── model/
 |    |    ├── router/
 |    |    ├── template
 |    |    |     ├── component
 |    |    |     |     └── loader.html
 |    |    |     ├── layout/
 |    |    |     └── modal/
 |    |    └── view
 |    |          ├── component
 |    |          |     └── loader.html
 |    |          ├── layout/
 |    |          └── modal/
 |    ├── vendor
 |    |    └── lib/
 |    ├── main.js
 |    ├── config.js
 |    └── main.js
 └── style
      └── css
           ├── lib
           |    └── bootsrtap
           |          └── bootsrtap.min.css
           ├── dashboard.css
           └── system.css