.gitignore
0 → 100755
+12
−0
package.json
0 → 100755
+19
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "vuepress-pages",
|
||
"version": "0.0.1",
|
||
"description": "",
|
||
"main": "index.js",
|
||
"authors": {
|
||
"name": "sysadmin",
|
||
"email": "27-sysadmin@biblio19.net"
|
||
},
|
||
"repository": "https://git.biblio19.net/sysadmin/vuepress-pages.git/vuepress-pages",
|
||
"scripts": {
|
||
"dev": "vuepress dev src",
|
||
"build": "vuepress build src"
|
||
},
|
||
"license": "MIT",
|
||
"devDependencies": {
|
||
"vuepress": "^1.5.3"
|
||
}
|
||
} |
src/.vuepress/components/Foo/Bar.vue
0 → 100755
+15
−0
+3
−0
+15
−0
Loading