Vuc Save

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

Project README

vuc


image


$$ 链接
中文文档 👁️

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 
Open Source Agenda is not affiliated with "Vuc" Project. README Source: loo41/Vuc
Stars
52
Open Issues
54
Last Commit
6 months ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating