Quick guide to build and package the Acode Live Server plugin.
liveserver/
├── src/
│ ├── LiveServer.js
│ ├── main.js
│ ├── server.js
│ ├── styles.js
│ ├── ui.js
│ └── utils.js
├── build.js
├── icon.png
├── package.json
├── plugin.json
└── readme.md
-
Install dependencies:
npm install
-
Run build (webpack or custom builder):
npm run build
To enable auto-build (watch mode):
npm run watch
-
The output will be:
dist/main.jsdist.zip→ Install inside Acode → Plugins → Install from ZIP
Maintainer: Sou6900 Forked from: hackesofice/Acode-live-server