All Projects → loo41 → Vuc

loo41 / Vuc

Licence: MIT license
🎨 基于 Vuejs2 的 Canvas 组件库【服务器挂了。不在提供demo,github自带的静态网站不能发布,因为demo代码找不到了😂。】

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Vuc

vue-load-image
A Vue component for showing loader during image loading https://john015.github.io/vue-load-image/
Stars: ✭ 60 (+15.38%)
Mutual labels:  vue-components, vue-image
pop-vue
Vue components designed to look like Pop!_OS
Stars: ✭ 22 (-57.69%)
Mutual labels:  vue-components
vue-datatables
No description or website provided.
Stars: ✭ 22 (-57.69%)
Mutual labels:  vue-components
v-video-embed
This is a component for Vue.js to utilize YouTube, Vimeo, DailyMotion, Coub iframe API easily
Stars: ✭ 35 (-32.69%)
Mutual labels:  vue-components
vue-flag-icon
a vue compoment for flag-icon-css
Stars: ✭ 64 (+23.08%)
Mutual labels:  vue-components
vue3-tree
A tree library for Vue 3
Stars: ✭ 41 (-21.15%)
Mutual labels:  vue-components
AudioEffectDynamics
Dynamics Processor (Gate, Compressor & Limiter) for the Teensy Audio Library
Stars: ✭ 23 (-55.77%)
Mutual labels:  effects
vuex-router
Move a Vue app's location state into the Vuex store. Allows super-easy page-based routing with built-in slide transitions.
Stars: ✭ 20 (-61.54%)
Mutual labels:  vue-components
vue-datamaps
It is a Vue port of the javascript-based DataMaps
Stars: ✭ 14 (-73.08%)
Mutual labels:  vue-components
vue-base64-file-upload
Upload files as base64 data-uris
Stars: ✭ 77 (+48.08%)
Mutual labels:  vue-components
FoundryVTT-Sequencer
This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Stars: ✭ 25 (-51.92%)
Mutual labels:  effects
pi-stomp
pi-stomp is a DIY high definition, multi-effects stompbox platform for guitar, bass and keyboards
Stars: ✭ 42 (-19.23%)
Mutual labels:  effects
vue-willtable
An editable table component for Vue.js 2.0
Stars: ✭ 119 (+128.85%)
Mutual labels:  vue-components
vue-frame
Dynamic component for creation of interfaces with iframes
Stars: ✭ 47 (-9.62%)
Mutual labels:  vue-components
shuffle-text
"shuffle-text" is JavaScript text effect library such as cool legacy of Flash.
Stars: ✭ 93 (+78.85%)
Mutual labels:  effects
nuxewind
Free Vue JS (Nuxt 2) Tailwind Admin Dashboard Template
Stars: ✭ 62 (+19.23%)
Mutual labels:  vue-components
vue-data-table
Smart table using vue.js - sorting columns, filter by string, child rows, custom columns, custom row data
Stars: ✭ 15 (-71.15%)
Mutual labels:  vue-components
razer-cli
CLI for configuring Razer devices
Stars: ✭ 46 (-11.54%)
Mutual labels:  effects
VueStudy
Vue Examples
Stars: ✭ 44 (-15.38%)
Mutual labels:  vue-components
vuepress-plugin-cursor-effects
🎉 Add a cute click effect to your mouse in your vuepress!
Stars: ✭ 18 (-65.38%)
Mutual labels:  effects

vuc


image


$$ 链接
Demo 👁️
中文文档 👁️

Install

npm install --save vuc-input || vuc-carousel ||.....

yarn add vuc-input || vuc-carousel || ......

Basic use

// vuc-input package
// Global

import vucInput from 'vuc-input'
Vue.use(vucInput)

// Local
import {vucInput} from 'vuc-input'
export default {
  components: {vuc-input}
}

Component

package preview
vuc-color 👁️
vuc-picture-contrast 👁️
vuc-scratch 👁️
vuc-identify 👀
vuc-input 👀
vuc-carousel 👁️
vuc-image 👀
vuc-material 👁️

Thank

Test use

  • Each package can be developed and debugged

  • Open the package you need to debug after cloning or downloading the library

  • npm install

  • npm run dev (Debug mode, Change the entry path of webpack to ./example/main.js)

  • npm run build (Production mode,Change the entry path of webpack to ./src/main.js)

Development plan

  • canvas Sketchpad

Tip

  • Each package is loaded separately
  • Incomplete demo configuration

End

Looking forward to your contribution 
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].