All Projects → dwightjack → Vue Types

dwightjack / Vue Types

Licence: mit
Vue Prop Types definitions

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vue Types

Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+5969.49%)
Mutual labels:  vuejs2, vue2
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (-22.66%)
Mutual labels:  vuejs2, vue2
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (-23.56%)
Mutual labels:  vuejs2, vue2
Vue2 Scrollbar
The Simplest Pretty Scroll Area Component with custom scrollbar for Vue 2. https://bosnaufal.github.io/vue2-scrollbar
Stars: ✭ 233 (-29.61%)
Mutual labels:  vuejs2, vue2
Mui Vue2
mui+mint+vue2.x+vue-router+vuex+webpack最终打包成原生apk的app项目,样式使用vue移动端mint ui框架,原生手机能力偏重于mui框架,欢迎star!
Stars: ✭ 278 (-16.01%)
Mutual labels:  vuejs2, vue2
Vue Mapbox Gl
A Vue.js component for Mapbox GL JS
Stars: ✭ 242 (-26.89%)
Mutual labels:  vuejs2, vue2
vue-notification-bell
Vue.js notification bell component.
Stars: ✭ 64 (-80.66%)
Mutual labels:  vuejs2, vue2
Vuex Feature Scoped Structure
📈 Feature scoped Vuex modules to have a better organization of business logic code inside Vuex modules based on Large-scale Vuex application structures @3yourmind
Stars: ✭ 218 (-34.14%)
Mutual labels:  vuejs2, vue2
Vuejs Component Style Guide
Vue.js Component Style Guide
Stars: ✭ 2,796 (+744.71%)
Mutual labels:  vuejs2, vue2
Tui
This is a high quanlity components library for VUE
Stars: ✭ 258 (-22.05%)
Mutual labels:  vuejs2, vue2
Vue Marquee Text Component
[CSS GPU Animation] Marquee Text for vuejs
Stars: ✭ 226 (-31.72%)
Mutual labels:  vuejs2, vue2
Draggable Vue Directive
Vue2 directive that handles drag & drop
Stars: ✭ 286 (-13.6%)
Mutual labels:  vuejs2, vue2
Vue Easy Gantt
A simple Vue.js gantt chart plugin for presenting weekly tasks
Stars: ✭ 226 (-31.72%)
Mutual labels:  vuejs2, vue2
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (-24.77%)
Mutual labels:  vuejs2, vue2
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (-32.63%)
Mutual labels:  vuejs2, vue2
DncVueSample
A Vue.js + iview static html admin template project.
Stars: ✭ 17 (-94.86%)
Mutual labels:  vuejs2, vue2
V Bar
The virtual responsive crossbrowser scrollbar component for VueJS 2x
Stars: ✭ 216 (-34.74%)
Mutual labels:  vuejs2, vue2
Vue Emoji Picker
Very simple, yet powerful, vue emoji picker 🎉🔥🚀
Stars: ✭ 218 (-34.14%)
Mutual labels:  vuejs2, vue2
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+791.54%)
Mutual labels:  vuejs2, vue2
Vuejs Serverside Template Xss
Demo of a Vue.js app that mixes both clientside templates and serverside templates leading to an XSS vulnerability
Stars: ✭ 278 (-16.01%)
Mutual labels:  vuejs2, vue2

vue-types

Prop type definitions for Vue.js. Compatible with both Vue 1.x and 2.x

NPM package version CircleCI status Code coverage

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

License

MIT

Copyright (c) 2020 Marco Solazzi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].