Vue Prop Types definitions

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

  1. Install dependencies: npm ci
  2. Run script: npm run examples
  3. Wait for the server and bundler to start-up

Contributing

  1. Clone this repository
  2. Install dependencies: npm ci
  3. Make your changes
  4. Update or add tests in test/
  5. Verify that everything works: npm run lint && npm test
  6. Submit a Pull Request

Download Details:

Author: dwightjack

Demo: https://dwightjack.github.io/vue-types/

Source Code: https://github.com/dwightjack/vue-types

#vuejs #vue #javascript

Vue Prop Types definitions
2.75 GEEK