You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Dmitriy Shabalin (JIRA)" <ji...@apache.org> on 2017/05/18 09:14:04 UTC

[jira] [Created] (IGNITE-5254) Add web-console folder structure description

Dmitriy Shabalin created IGNITE-5254:
----------------------------------------

             Summary: Add web-console folder structure description
                 Key: IGNITE-5254
                 URL: https://issues.apache.org/jira/browse/IGNITE-5254
             Project: Ignite
          Issue Type: Task
          Components: UI, wizards
            Reporter: Dmitriy Shabalin
            Assignee: Andrey Novikov


structure example

App
|-- components
|-- -- some-component
|-- -- -- index.js (compoment enter point)
|-- pages
|-- -- page_1
|-- -- -- index.js (page enter point)
|-- -- -- template.tpl.pug (page template)
|-- -- -- components
|-- -- -- -- some-page-component
|-- -- -- -- -- index.js (components enter point)
|-- -- -- -- -- controller.js
|-- -- -- -- -- directive.js
|-- -- -- -- -- service.js
|-- -- -- -- -- template.tpl.pug (components template)
|-- index.tpl (main template)
|-- index.js (app enter point)
|-- vendors.js



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)