rerumaccusamus
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
9 lines (8 loc) • 528 B
text/typescript
export const EN_LOCALE = {
success: `Enable "Electron" Success!
You also need to do some configuration, see more: https://modernjs.dev/docs/start/electron#%E5%90%AF%E7%94%A8-electron.
After configuration, you can run the following command in the directory of the project:
{packageManager} dev:electron # Run and debug the Electron project according to the requirements of the development environment
{packageManager} build:electron # Build the Electron project according to the requirements of the product environment
`,
};