ShadowEditor/web/README.md

21 lines
566 B
Markdown

# 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 |