Merge pull request #1883 from iminoso/webpack
Installing skeleton Webpack build tool on front end
This commit is contained in:
commit
f306177f01
13 changed files with 150 additions and 36 deletions
|
@ -4,17 +4,8 @@
|
|||
<div class="page-content">
|
||||
<!-- New Public Repo Page experiment -->
|
||||
<div ng-if="newRepoExperiment" class="main-panel">
|
||||
<!-- Test React Component -->
|
||||
<div>
|
||||
<div>
|
||||
<div>This is using the generic react-component directive</div>
|
||||
<react-component name="test-component" props="reactProps"/>
|
||||
</div>
|
||||
<div>
|
||||
<div>This is creating a specific directive corresponding to a react component</div>
|
||||
<test-component first-prop="reactProps.firstProp" second-prop="reactProps.secondProp"/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- React Components -->
|
||||
<repo-header />
|
||||
</div>
|
||||
<!-- Old Repo Page -->
|
||||
<div ng-if="!newRepoExperiment">
|
||||
|
|
Reference in a new issue