Skip to content

Vuejs-Kenya/VueJs-Kenya-Starter-Template

Repository files navigation

VueJs Kenya Starter Template

A Vue.js Kenya starter template built with TypeScript and packed with powerful features to kickstart your web application development.

Features

  • 📁 File Based Routing: Each route in your application corresponds to a specific file or folder, simplifying route management and improving project organization.

  • 🦾 TypeScript: Benefit from strong typing and enhanced developer productivity.

  • 🔍 ESLint: Maintain code quality and consistency with ESLint for TypeScript.

  • 🍍 Pinia: A state management solution for Vue.js.

  • 🪟 Layouts: Pre-configured layouts for consistent page structure. -🛠️ Vite Devtools: Boost your development experience with Vite's devtool for inspecting and debugging your Vue application.

  • ⚡️ Vitest: A fast modern testing framework for Vue 3.

  • 🔥 Icons: Ready-to-use icons for your application.

  • 📦 On Demand Imports: Optimize performance by loading components on demand.

  • 🎨 Tailwind CSS: Utility-first CSS framework for efficient styling.

  • 🧰 Ni: Ni is a package that enables you to use the right package manager for your project..

  • 🧩 VueUse: A collection of Vue 3 composable functions.

  • ⚙️ Zero Config Deploy: Deploy to Netlify without any configuration.

Pre-packed

UI Frameworks

  • TailwindCss - Utility-first CSS framework for efficient styling.

Icons

Plugins

Coding Style

Dev tools

Get started

You can create a repository with this template here

or if you prefer to do it manually with a clean git history you can do as demonstrated below:

npx degit https://github.com/Vuejs-Kenya/VueJs-Kenya-Starter-Template vuejs-kenya-starter-template

cd vuejs-kenya-starter-template

pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Project setup

pnpm i

Development

pnpm run dev

Build

pnpm build

Builds your Vue application for production to the dist folder.

Enjoy ✨

About

A Vue.js Kenya starter template built with Vue, TypeScript and packed with powerful features to kickstart your web application development ✨.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published