Prop type definitions for Vue.js.
Note: This document is for VueTypes 6. If you are looking for an older versions, refer to the documentation for v2~v5
vue-types is a collection of configurable prop type definitions for Vue.js components, inspired by React's prop-types.
Try it now! or learn more at the official documentation site.
- Install dependencies: 
pnpm install - Run script: 
pnpm run examples:dev - Wait for the server and bundler to start-up
 
- Install dependencies: 
pnpm install - Run script: 
pnpm run docs:dev 
- Clone this repository
 - Install dependencies: 
pnpm install - Make your changes
 - Update or add tests in 
packages/core/__tests__/ - Verify that everything works: 
pnpm -r run lint && pnpm -r test - Submit a Pull Request
 
Copyright (c) 2016 - present Marco Solazzi