-
- Downloads
initial commit vuepress install
Showing
- .gitignore 12 additions, 0 deletions.gitignore
- package.json 19 additions, 0 deletionspackage.json
- src/.vuepress/components/Foo/Bar.vue 15 additions, 0 deletionssrc/.vuepress/components/Foo/Bar.vue
- src/.vuepress/components/OtherComponent.vue 3 additions, 0 deletionssrc/.vuepress/components/OtherComponent.vue
- src/.vuepress/components/demo-component.vue 15 additions, 0 deletionssrc/.vuepress/components/demo-component.vue
- src/.vuepress/config.js 70 additions, 0 deletionssrc/.vuepress/config.js
- src/.vuepress/enhanceApp.js 14 additions, 0 deletionssrc/.vuepress/enhanceApp.js
- src/.vuepress/styles/index.styl 8 additions, 0 deletionssrc/.vuepress/styles/index.styl
- src/.vuepress/styles/palette.styl 10 additions, 0 deletionssrc/.vuepress/styles/palette.styl
- src/config/README.md 15 additions, 0 deletionssrc/config/README.md
- src/guide/README.md 5 additions, 0 deletionssrc/guide/README.md
- src/guide/using-vue.md 9 additions, 0 deletionssrc/guide/using-vue.md
- src/index.md 15 additions, 0 deletionssrc/index.md
.gitignore
0 → 100755
package.json
0 → 100755
{ | ||
"name": "ITVSH Design System Dokumentation", | ||
"version": "0.0.1", | ||
"description": "Dokumentation zum Design System des ITVSH", | ||
"main": "index.js", | ||
"authors": { | ||
"name": "Christopher Krawietz", | ||
"email": "krawietz@new-communication.de" | ||
}, | ||
"repository": "git@gitlab.nc-lab.de:nc/Design-System-Doku.git/ITVSH Design System Dokumentation", | ||
"scripts": { | ||
"dev": "vuepress dev src", | ||
"build": "vuepress build src" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"vuepress": "^1.5.3" | ||
} | ||
} |
src/.vuepress/components/Foo/Bar.vue
0 → 100755
src/.vuepress/components/OtherComponent.vue
0 → 100755
src/.vuepress/components/demo-component.vue
0 → 100755
src/.vuepress/config.js
0 → 100755
src/.vuepress/enhanceApp.js
0 → 100755
src/.vuepress/styles/index.styl
0 → 100755
src/.vuepress/styles/palette.styl
0 → 100755
src/config/README.md
0 → 100755
src/guide/README.md
0 → 100755
src/guide/using-vue.md
0 → 100755
src/index.md
0 → 100755
Please register or sign in to comment