CEP Extention template with Vue and TypeScript.
- Photoshop
- CEP 6.1
- macOS Sierra / Windows 10
- Photoshop CC2018
-
Edit plist file:
<user>/Library/Preferences/com.adobe.CSXS.8.plist
Set string value for the key PlayerDebugMode to 1
-
Force-reloading property list files (macOS 10.9 and higher)
$ sudo killall cfprefsd
-
Restart your macOS
-
Install packages.
$ yarn
-
Edit
setup/config.json
. -
Build & Run
$ yarn dev
-
Restart Adobe applications
-
Open http://localhost:8088/ for debug.
-
Download ZXPSignCmd
-
Create p12 file
$ ZXPSignCmd -selfSignedCert <countryCode> <stateOrProvinve> <organization> <commonName> <password> <outputPath.p12>
-
Packaging
$ ZXPSignCmd -sign <inputDir> <outputZXP> <p12> <p12Password>
CEP-Vue-TS-Template is available under the MIT license. See the LICENSE file for more info.