mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-18 15:02:09 +00:00
21 lines
566 B
Markdown
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 | |