A vue2 component for design a page for print / 一个使用Vue2的组件,用于设计打印页面模板[ 可视化 拖拽 设计器 打印 ]。
This is a project for personal research and learning purposes, focusing on visualization. It is a demo project that is not guaranteed to be usable or robust. The author hopes to receive feedback and suggestions to improve the project. The project is based on the references to several projects and articles by experienced developers. The purpose of the project is to enhance coding and design skills.
To install and use the theme, follow these steps:
npm install vue vuex remixicon vxe-table@legacy shepherd.js xe-utils
import Main from 'path/to/main.js';
import App from 'path/to/app.vue';
Vue.component('roy-designer-header-slot', HeaderSlotComponent);
Vue.component('roy-designer-toolbar-slot', ToolbarSlotComponent);
import Designer from 'path/to/designer.js';
const designer = new Designer({
toolbarConfig: {
buttons: ['button1', 'button2'],
showNightMode: false,
},
});
<template>
<div>
<roy-designer-header-slot></roy-designer-header-slot>
<roy-designer-toolbar-slot></roy-designer-toolbar-slot>
</div>
</template>
The project is a demo for studying and exploring visualization. It may not be fully functional or robust. The code is still under development and the author welcomes feedback and suggestions. The main features include different components, external dependencies, and configuration options. The installation guide provides steps to set up the project and utilize its components.