Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34230a1

Browse files
init the ecosystem page
1 parentd7005a3 commit34230a1

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

‎content/Ecosystem.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#Ecosystem (WIP)
2+
3+
##Carvue-CLI
4+
5+
WIP
6+
7+
##Carvue-Snippet for VSCODE
8+
9+
WIP
10+
11+
##Carbon Design System
12+
13+
###Carbon Component
14+
15+
###Carbon Design for ReactJS

‎src/router.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Router from 'vue-router'
33
importFramefrom'./views/Frame.vue'
44
importRightfrom'./views/Right.vue'
55
importContentfrom'./components/Content.vue'
6-
// import GetStarted from './views/GetStarted.vue'
76

87
Vue.use(Router)
98

@@ -33,7 +32,7 @@ export default new Router({
3332
children:[
3433
{
3534
path:':name',
36-
name:'GetStarted',
35+
name:'normalContent',
3736
component:Content,
3837
},
3938
],

‎src/views/Left.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<liv-for="page in pages":key="page"><router-link:to="'/component/'+page"active-class="activeLink"class="inactiveLink">{{page}}</router-link></li>
2121
</ul>
2222
</ca-accordion-item>
23-
<divclass="slideMenu__item"><router-linkto="/componentStatus"active-class="activeLink"class="inactiveLink">Components Status</router-link></div>
23+
<divclass="slideMenu__item"><router-linkto="/Ecosystem"active-class="activeLink"class="inactiveLink">Ecosystem</router-link></div>
2424
</ca-accordion>
2525
</div>
2626
</template>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp