Basic starter for Svelte in Adobe CEP using Webpack
Svelte Starter is a simple starter for Svelte in Adobe CEP (Common Extensibility Platform) using Webpack. It includes various features such as bundling Extendscript, Javascript, and Svelte code, generating manifest.xml and .debug files automatically, supporting multiple extensions in the extension bundle, including Adobe’s Spectrum CSS, and more. It also provides instructions for installation and troubleshooting.
To install the Svelte Starter theme, follow these steps:
npx degit username/repo
npm install
npm start
Note: On Windows, you may need to modify some settings as mentioned in the troubleshooting section.
Svelte Starter is a convenient and easy-to-use starter for Svelte in Adobe CEP. It offers various features such as bundling different types of code, generating essential files, supporting multiple extensions, and more. The installation process is straightforward, and there is also a troubleshooting section provided for some potential issues. Overall, it provides a solid foundation for developing Svelte applications within Adobe CEP using Webpack.