• Stars
    star
    569
  • Rank 78,369 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 8 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vue Prop Types definitions

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: pnpm install
  2. Run script: pnpm run examples:dev
  3. Wait for the server and bundler to start-up

Run docs on localhost

  1. Install dependencies: pnpm install
  2. Run script: pnpm run docs:dev

Contributing

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

License

MIT

Copyright (c) 2016 - present Marco Solazzi

More Repositories

1

grunt-email-boilerplate

A Grunt template to create emails
JavaScript
285
star
2

grunt-premailer

Grunt wrapper task for Premailer
JavaScript
114
star
3

grunt-ejs-render

Grunt plugin to render EJS templates with custom data and helpers
JavaScript
10
star
4

grunt-nodemailer

Grunt wrapper for Nodemailer
JavaScript
9
star
5

storypug

JavaScript
9
star
6

yuzu

Old School Component Management
TypeScript
8
star
7

marco.solazzi.me

My personal website
Astro
8
star
8

stapes-ui

Stapes.js Widget Framework
JavaScript
6
star
9

eslint-plugin-vue-types

ESLint plugin for vue-types and eslint-plugin-vue
JavaScript
6
star
10

currency-converter

Simple currency converter in Svelte + UnoCSS
TypeScript
3
star
11

domhooks

Hooks functions' execution to DOM queries
JavaScript
3
star
12

timezone-converter

A simple date and time converted.
JavaScript
2
star
13

vue-pomodoro-timer

A customizable, pomodoro-like timer.
Vue
2
star
14

tsumami

ES6 DOM Utility function
JavaScript
2
star
15

ractive-adaptors-stapes

Stapes.js adaptor for Ractive.js
JavaScript
2
star
16

angular-todolist

A sample todolist in AngularJS
JavaScript
2
star
17

storybook-addon-storyout

Storybook addon to visualize stories HTML output
TypeScript
1
star
18

umeboshi-cli

Simple project scaffolding for SPA applications, inspired by vue-cli and https://poi.js.org
JavaScript
1
star
19

umeboshi-template-webpack

Webpack template for umeboshi-cli 3+
CSS
1
star
20

umeboshi-react

Umeboshi React Template
CSS
1
star
21

connect-placeholderimg

A connect middleware to generate placeholder images
JavaScript
1
star
22

TeacupJS

Sort of a prototype of companion JS Framework for Bancha CMS
JavaScript
1
star
23

mokd

Programmable fake APIs server
JavaScript
1
star
24

angular-todolist-fevr

A sample AngularJS todolist for the Frontenders Verona Workshop
JavaScript
1
star