Utilities > Code Style


vue-types 6.64


Vue Prop Types definitions
  • nuxt
  • nuxtjs
  • props
  • proptypes
  • vue2
  • vue3
  • vuejs2
  • vuejs3
  • vue
last commit 2 years ago
472
Stargazers

Watchers
472
Open issues
6
2604507
Downloads

Last 30 days
195103
Releases
5
72
Final Score

Quality
93
Popularity
26
Maintenance
100

vue-types

Prop type definitions for Vue.js.

NPM package version CircleCI status Code coverage

Note: This document is for VueTypes 5. If you are looking for an older versions, refer to the v1~v4 branches.

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:dev
  3. Wait for the server and bundler to start-up

Run docs on localhost

  1. Install dependencies: npm ci
  2. Run script: npm run docs:dev

Contributing

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

License

MIT

Copyright (c) 2016 - present Marco Solazzi