Overview:
The Vue.js Japanese documentation repository is dedicated to managing documentation for Vue.js version 2.x. The site is built using hexo with content written in markdown format located in the src directory. Contributions are welcome through pull requests, and the site is automatically deployed via Netlify when commits or pull requests are merged into the lang-ja branch.
Features:
- Documentation Management: Manages documentation for Vue.js version 2.x.
- Built with Hexo: The site is constructed using the Hexo framework.
- Markdown Format: Content is written in markdown format for easy editing and readability.
- Automatic Deployment: Deployed automatically through Netlify upon merging commits or pull requests into the lang-ja branch.
Installation:
- Clone the repository:
git clone <repository-url>
- Install dependencies:
npm install
- Make changes to the markdown files in the src directory.
- Create a pull request for review and merge.
Summary:
The Vue.js Japanese documentation repository serves as the hub for managing documentation related to Vue.js version 2.x. With its straightforward markdown format and automated deployment process through Netlify, contributors can easily collaborate and enhance the documentation, ensuring a reliable resource for the Vue.js community.