mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2025-12-08 19:26:19 +00:00
ShadowEditor Web Client
This directory is the web client. The main programming language is javascript.
Structure
| directory | |
|---|---|
| assets | third-party assets, such as css, js, images |
| locales | language packages |
| src | source code |
| test | test files |
| .eslintrc | eslint config files |
| babel.config.js | babel config files |
| favicon.ico | website icon |
| index.html | web client home page |
| manifest.json | |
| rollup.config.mjs | rollup config file |
| sw.js | |
| view.html | home page when play in new window or publish |