- For local development, uncomment SOS code then
npm run serve - For preview in emulator use
npm run devand runnpm run startafterwards. Each change requires you to restart the applet
This step must be done once after cloning (setting up) your signageos applet repository.
- Ensure you have an active https://box.signageos.io account!
npm install @signageos/cli -gnow thesosis gloabally availablesos loginsos organization set-default
- Use es5 check
"es5": "npx es-check es5 dist/**/*.js"vianpm run es5(build the project first usingnpm run buildotherwise the dist folder is empty) - Don't use vue3
- Remove
type="module"from index.html if present in dist or public folder - When having problems with preview emulator, log in into the box and remove all applets from the emulator first, then run
npm run devandnpm run startafterwards. - (Seems to be fixed) Box applet error
entry file not found"solution": add or remove a space at the end of any line in the package.json file then build and reuoload again.