ZivJia / hmi-workspace

An Workspace for HMI tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-workspace

Haven't found a good vue workspace. So creating this one and benefit the community.

Features:

  • Great zIndex management, no need to worry able the zIndex anymore. When you interact with these windows, zIndex will be automatically updated.
  • Split Window however you want to!
  • Ping the window to the background so you wont accidentally move it
  • Too many windows? No problem! You can hide any windows and bring them up from the drawer at any time
  • Split window, drop existing window into some empty split window won't re-render the existing one! It's simply position & size change.

How to use it?

Just download this project and run it follow this README. And then you can play with it. Change anything as you want, the core part is the logic in each component and the managers. Read them if you are interested.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

An Workspace for HMI tools

License:Apache License 2.0


Languages

Language:CSS 51.5%Language:Vue 27.7%Language:JavaScript 11.2%Language:HTML 9.6%