# brd-manual-v2 **Repository Path**: nova-group/brd-manual-v2 ## Basic Information - **Project Name**: brd-manual-v2 - **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-06-23 - **Last Updated**: 2024-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- home: true modules: - BannerBrand - Blog - MdContent - Footer bannerBrand: bgImage: '/bg.svg' title: 业务研发手册 description: CH前端研发 tagline: vuepress-theme-reco 2.0 继续坚持简洁的风格,所有功能开箱即用,首页模块化组装,使用 tailwindcss 书写样式,将 Vite 作为默认编译器。你只需要负责内容创作,其他请交给我。 buttons: - { text: 指南, 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 ```