feat: 初始化 vuepress项目
Showing
.gitignore
0 → 100644
.vuepress/config.js
0 → 100644
.vuepress/public/favicon.ico
0 → 100644
File added
.vuepress/public/logo.png
0 → 100644
16.3 KB
.vuepress/styles/palette.styl
0 → 100644
about/README.md
0 → 100644
config/sidebars.js
0 → 100644
guide/README.md
0 → 100644
package.json
0 → 100644
{ | ||
"name": "front-vuepress", | ||
"version": "1.0.0", | ||
"description": "front-vuepress", | ||
"main": "index.js", | ||
"scripts": { | ||
"docs:dev": "vuepress dev", | ||
"docs:build": "vuepress build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://git.gicdev.com/office/front-vuepress.git" | ||
}, | ||
"author": "fairyly", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"vuepress": "^1.8.0" | ||
} | ||
} |