Awesome
vuc
$$ | 链接 |
---|---|
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