# bk **Repository Path**: Oxfree/bk ## Basic Information - **Project Name**: bk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-08 - **Last Updated**: 2024-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- home: true modules: - BannerBrand - Blog - MdContent - Footer bannerBrand: bgImage: '/bg.svg' title: vuepress-reco description: 一款简洁的 vuepress 博客 & 文档 主题。 tagline: vuepress-theme-reco 2.0 继续坚持简洁的风格,所有功能开箱即用,首页模块化组装,使用 tailwindcss 书写样式,将 Vite 作为默认编译器。你只需要负责内容创作,其他请交给我。 buttons: - { text: Guide, link: '/docs/guide/introduce' } - { text: Default Style, link: '/docs/style-default-api/introduce', type: 'plain' } socialLinks: - { icon: 'LogoGithub', link: 'https://github.com/vuepress-reco/vuepress-theme-reco' } blog: socialLinks: - { icon: 'LogoGithub', link: 'https://github.com/recoluan' } isShowTitleInHome: true actionText: About actionLink: /views/other/about --- ## 快速开始 **npx** ```bash # 初始化,并选择 2.x npx @vuepress-reco/theme-cli init ``` **npm** ```bash # 初始化,并选择 2.x npm install @vuepress-reco/theme-cli@1.0.7 -g theme-cli init ``` **yarn** ```bash # 初始化,并选择 2.x yarn global add @vuepress-reco/theme-cli@1.0.7 theme-cli init ```