Vue Component Development Kit

1 min read Original article ↗

The Vue Component Development Kit is a set of low-level components, mixins and utilities that act as a foundation for other component libraries and applications. Kickstart your project with a well-tested, incrementally adoptable and minimally invasive framework. Everything that is part of Vue Component Development Kit solves an actual problem that you may stumble upon sooner or later.

# What is in the Box

# Philosophy

Everything that is part of the Vue Component Development Kit (abbr. CDK) tries to conform to a certain philisophy.

# Every Package is useful on its own

Every package solves an actual problem and is useful on it's own. There are almost no (non–trivial) dependencies between the packages itself. This makes it easy to use just a single package, multiple packages or all.

# Every Package is well documented and well tested

Everything that is considered public is documented. If it isn't please create an inssue. Whenever Vue Component Development Kit relies on a third party library and the test coverage of that library is not sufficient, tests are created and contributed back to the project.

# Changelog