Package Exports
- vue-types
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-types
Prop type definitions for Vue.js. Compatible with both Vue 1.x and 2.x
Note: This document is for VueTypes 2 and above. If you are looking for an older version, refer to the v1
branch.
Introduction
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.
Run examples
- Install dependencies:
npm ci
- Run script:
npm run examples
- Wait for the server and bundler to start-up
Contributing
- Clone this repository
- Install dependencies:
npm ci
- Make your changes
- Update or add tests in
test/
- Verify that everything works:
npm run lint && npm test
- Submit a Pull Request
License
Copyright (c) 2020 Marco Solazzi