Welcome to the Vue.js Kenya Learning Docs, a community-driven resource to help beginners learn Vue.js the fun and practical way.
This site is built with VitePress, a fast and lightweight static site generator powered by Vite.
Our goal is simple:
- Teach Vue.js in a beginner-friendly way
- Offer step-by-step tutorials created by the community
- Keep the content open, evolving, and accessible to all
Whether you are a total beginner or someone looking to refresh your Vue.js skills, this site is for you.
You can view the site here:
This site uses VitePress with the Default Theme Home Page.
Key sections:
-
Hero Section
Displays the site title, tagline, and a call-to-action button. -
Features Section
Highlights key benefits of this learning hub. -
Content Pages
Organized under/fundamentals/,/guides/, and other relevant directories as the project grows.
Make sure you have Node.js installed.
# Clone the repo
git clone https://github.com/thecodingmontana/vuejs-kenya-docs.git
# Navigate to the project folder
cd vuejs-kenya-docs
# Install dependencies
pnpm install
# Start local dev server
pnpm run docs:dev