| $$ | 链接 |
|---|---|
| 中文文档 | 👁️ |
npm install --save vuc-input || vuc-carousel ||.....
yarn add vuc-input || vuc-carousel || ......
// vuc-input package
// Global
import vucInput from 'vuc-input'
Vue.use(vucInput)
// Local
import {vucInput} from 'vuc-input'
export default {
components: {vuc-input}
}
| package | preview |
|---|---|
| vuc-color | |
| vuc-picture-contrast | |
| vuc-scratch | |
| vuc-identify | |
| vuc-input | |
| vuc-carousel | |
| vuc-image | |
| vuc-material |
-
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)
- canvas Sketchpad
- Each package is loaded separately
- Incomplete demo configuration
Looking forward to your contribution
