Introduction to Bit with Vue

Bit is an extensible tool for component-driven development. It allows you to create, maintain, and deliver independent Bit components. Each Bit component has its own source-files, dependencies, metadata, dev configuration, and artifacts.

Most importantly, each Bit component is source-controlled and versioned, independent of traditional repositories, like git. To a large extent, each Bit component can be considered as a "mini repository".

Components can be of any type, including React, Angular, Node, and more.

Learn Vue with Bit

This 'learn' section will guide you through the process of creating Bit components and apps, with Vue.

► Set up your own Vue development environment ('env')

► Create a Vue component

► Create a Vue composable

► Create a Vue app