https://github.com/inventsable/vue-2.6-issue-10366
Adobe CEP panel to demonstrate #10366 on MacOS
https://github.com/inventsable/vue-2.6-issue-10366
Last synced: about 1 month ago
JSON representation
Adobe CEP panel to demonstrate #10366 on MacOS
- Host: GitHub
- URL: https://github.com/inventsable/vue-2.6-issue-10366
- Owner: Inventsable
- Created: 2019-08-13T23:13:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T02:24:03.000Z (over 4 years ago)
- Last Synced: 2025-06-01T13:33:34.240Z (about 1 year ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Vue/CEP clicking issue: https://github.com/vuejs/vue/issues/10366
> Expected behavior shown on Windows 10 & Vue 2.6.1
> 
## Installation
- Follow instructions to [debug unsigned extensions](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md#debugging-unsigned-extensions)
- Install panel in [one of the specified development folders](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md#extension-folders)
```bash
# In specified Extension folder
git clone https://github.com/Inventsable/Vue-2.6-Issue-10366.git clicktest
cd clicktest
npm run serve
# Open Adobe Illustrator, After Effects, Photoshop, or Premiere Pro and see in Windows > Extensions > clicktest
```