searxng/client/simple
Ivan Gabaldon e8156a009c
[fix] theme/simple: api sync
CSS sourcemap generation doesn't work right now anyway.
2025-07-03 19:28:36 +02:00
..
generated [fix] leftover from PR #4947 - ./manage vite.simple.build (#4953) 2025-06-28 13:34:36 +02:00
src [mod] theme/simple: fmt/lint major pass 2025-07-03 17:35:05 +02:00
static [web-client] simple theme: build & development env based on vite. 2025-02-28 12:27:41 +01:00
tools [mod] theme/simple: fmt/lint major pass 2025-07-03 17:35:05 +02:00
.gitignore [mod] theme/simple: improve fmt/lint tech 2025-07-03 17:35:05 +02:00
.stylelintrc.json [mod] theme/simple: improve fmt/lint tech 2025-07-03 17:35:05 +02:00
biome.json [mod] theme/simple: improve fmt/lint tech 2025-07-03 17:35:05 +02:00
package-lock.json [upd] web-client (simple): Bump vite in /client/simple 2025-07-03 15:36:21 +00:00
package.json [upd] web-client (simple): Bump vite in /client/simple 2025-07-03 15:36:21 +00:00
README.rst [web-client] simple theme: build & development env based on vite. 2025-02-28 12:27:41 +01:00
theme_icons.js [mod] theme/simple: fmt/lint major pass 2025-07-03 17:35:05 +02:00
vite.config.js [fix] theme/simple: api sync 2025-07-03 19:28:36 +02: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