vuepress-reco
vuepress-reco
一款简洁的 vuepress 博客 & 文档 主题。
vuepress-theme-reco 2.0 继续坚持简洁的风格,所有功能开箱即用,首页模块化组装,使用 tailwindcss 书写样式,将 Vite 作为默认编译器。你只需要负责内容创作,其他请交给我。
Getting Started
- Installation
# Clone the repository
git clone [your-repo-url]
# Install dependencies
npm install
- Development
# Start local development server
npm run dev
- Build
# Build for production
npm run build
- Preview
# Preview production build
npm run preview
Documentation Structure
- Quick Start: Basic setup and configuration guide
- Advanced: In-depth topics and customization
- Examples: Markdown and API usage examples
- Deployment: Deployment guides for various platforms
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
