Closed nonnonstop closed 1 year ago
Thanks for your work, I will verify it later
I have a query. Why did you design a vite extension? It seems unnecessary.
@ZhUyU1997 Because it was easier to merge from upstream if the vite config file for extension was separated. But now, the vite extension file may not be necessary.
@ZhUyU1997 Would you commit the pages
and javascript
directories? These are required for the extension to work.
After you commit these files, I will update the repo url in the webui extension list to this repo.
Related to #55.
Added two npm commands.
npm run dev-extension
: Launch the extension's UI in standalone mode (without A1111 WebUI) for development.npm run build-extension
: Build files for extensionpages
andjavascript
files. When this extension is released, those files need to be committed.See here for details of the following files.
Sorry for the delay. Thank you.