Vue Plugin Hiprint screenshot

Vue Plugin Hiprint

Author Avatar Theme by Ccsimple
Updated: 21 May 2025
1283 Stars

hiprint for Vue2/Vue3 打印、打印设计、可视化设计器、报表设计、元素编辑、可视化打印编辑

Categories

Overview:

The vue-plugin-hiprint is a JavaScript tool library based on hiprint 2.5.4, created to facilitate the integration and usage of hiprint in Vue projects. It is not a Vue component library and does not include the demo components by default. The plugin has undergone various optimizations and adjustments based on user feedback since the last update on the hiprint official website in 2019.

Features:

  • JavaScript tool library for integrating hiprint in Vue projects
  • Supports Vue2.x and Vue3.x, theoretically compatible with other frameworks like jQuery and uniapp
  • Requires NodeJs version 16.x for development
  • Does not include UI interface components, allowing users to handle UI customization

Installation:

To install vue-plugin-hiprint, follow these steps:

  1. Ensure NodeJs version 16.x is installed.
  2. Use the npm package to install if no modifications to hiprint code are needed.
npm install vue-plugin-hiprint
  1. For local development connections without any issues but facing cross-origin problems when deploying online, upgrade to https for resolving the issue.

Summary:

The vue-plugin-hiprint is a useful JavaScript tool library for integrating hiprint into Vue projects, enabling users to handle printing functionalities efficiently. It offers compatibility with Vue2.x and Vue3.x, with support for customization and optimizations based on user feedback. For seamless integration, it is essential to ensure the correct NodeJs version and address any cross-origin issues during deployment.