searxng/client/simple
Markus Heiser 8b864ed111 [fix] simple template - video.html fix button icon to icon_small
BTW: Rename the manufacturer-specific name ``ion-icon`` of the icon set in
SerXNG to ``sxng-icon-set`` --> The icon set can be assembled together as
desired in the FE and should therefore not have a manufacturer-specific name in
the style and template definitions.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-02-28 12:27:41 +01:00
..
generated [web-client] simple theme: move sources to client/simple/src 2025-02-28 12:27:41 +01:00
src [fix] simple template - video.html fix button icon to icon_small 2025-02-28 12:27:41 +01:00
static [web-client] simple theme: build & development env based on vite. 2025-02-28 12:27:41 +01:00
tools [web-client] simple theme: move SVGs to client/simple/src and deploy to static by plg_svg2svg 2025-02-28 12:27:41 +01:00
.gitignore [web-client] simple theme: stylelint LESS source files 2025-02-28 12:27:41 +01:00
.stylelintrc.json [web-client] simple theme: stylelint LESS source files 2025-02-28 12:27:41 +01:00
eslint.config.js [web-client] simple theme: eslint JS source files 2025-02-28 12:27:41 +01:00
package-lock.json [web-client] simple theme: refactor jinja_svg_catalog and cleanup icon names 2025-02-28 12:27:41 +01:00
package.json [web-client] integrate the migrated theme in the development workflows 2025-02-28 12:27:41 +01:00
README.rst [web-client] simple theme: build & development env based on vite. 2025-02-28 12:27:41 +01:00
theme_icons.js [fix] simple template - video.html fix button icon to icon_small 2025-02-28 12:27:41 +01:00
vite.config.js [web-client] simple theme: move SVGs to client/simple/src and deploy to static by plg_svg2svg 2025-02-28 12:27:41 +01:00

MEMO vite development

Local install:

# in folder ./client/simple/
$ npm install

Start development server:

$ ./manage vite.simple.dev

# in folder ./client/simple/
$ npm exec -- vite

Fix source code:

# in folder ./client/simple/
$ npm run fix

Fix & Build:

$ ./manage vite.simple.build