文件名称:vuepress-theme-valle:VuePress的博客主题
文件大小:201KB
文件格式:ZIP
更新时间:2024-06-08 01:32:58
blog vue static-site vuepress Vue
Vuepress-theme-valle 具有博客支持的简单主题。 截屏 正在开发中,尚未准备就绪! 这是一个正在进行的项目,旨在查看VuePress可能的博客功能。 许多东西仍在开发中,还没有准备好用于生产中。 正在安装 yarn install vuepress-theme-valle或npm install vuepress-theme-valle --save 在您现有的VuePress项目中,在.vuepress文件夹中创建(如果不存在) config.js 。 在配置对象中添加theme: 'valle' 。 就是这样! VuePress现在以Valle为主题。 主题配置 VuePress配置中特定于主题的选项。 module . exports = { // The theme uses `title` and `description` title
【文件预览】:
vuepress-theme-valle-master
----utils()
--------index.js(3KB)
----yarn.lock(74KB)
----styles()
--------colors.styl(54B)
--------theme.styl(341B)
--------nanoreset.css(2KB)
--------nprogress.styl(1KB)
--------config.styl(56B)
----layouts()
--------Home.vue(370B)
--------Post.vue(391B)
----components()
--------Some.vue(1KB)
--------AuthorBio.vue(1KB)
--------MainHero.vue(503B)
--------ValleFooter.vue(518B)
--------PostList.vue(760B)
--------PostPreview.vue(2KB)
----LICENSE(1KB)
----mixins()
--------themeMixin.js(502B)
--------postMixin.js(1KB)
----.prettierrc(142B)
----screenshot.png(187KB)
----enhanceApp.js(579B)
----README.md(1KB)
----Layout.vue(2KB)
----.gitignore(135B)
----CHANGELOG.md(161B)
----package.json(1KB)