mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-03 08:08:49 +01:00
Updates
This commit is contained in:
parent
d70c1f3bf5
commit
43257a6081
8 changed files with 59 additions and 40 deletions
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
<div class="inner-content">
|
||||
<h1>Project Structure</h1>
|
||||
<div class="subHeader"></div><p>Project structure is originally based on <a href="https://github.com/AngularClass/angular2-webpack-starter#file-structure">Angular2 Webpack Starter</a>. We made some changes we thought would be better in our particular case.</p>
|
||||
<div class="subHeader"></div><p>The project structure is originally based on <a href="https://github.com/AngularClass/angular2-webpack-starter#file-structure">Angular2 Webpack Starter</a>. We made some changes we thought would be better in our particular case.</p>
|
||||
<p>The directory structure of this template is as follows:</p>
|
||||
<pre><code>ng2-admin/
|
||||
├──config/ * build configuration
|
||||
|
|
@ -95,7 +95,9 @@
|
|||
├──typedoc.json * typescript documentation generator
|
||||
├──tsconfig.json * config that webpack uses for typescript
|
||||
└──package.json * what npm uses to manage it's dependencies
|
||||
</code></pre><p>In our template we tried to separate theme layer and presentation layer. We believe most of other templates have them combined. That’s why when you start developing using them, it gets very hard for you to remove things you don’t need.</p>
|
||||
</code></pre><p>In our template we tried to separate the theme layer and presentation layer. We believe most of other templates
|
||||
have them combined. That’s why when you start developing using them, it gets very hard for you to remove things you
|
||||
don’t need.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue