searxng/client/simple
Ivan Gabaldon 879ac4e60f [mod] theme/simple: fmt/lint major pass
*Not so safe* changes, no behaviour changes.

- More ES5 to ES2015+ conversion.
- Make Biome not cry anymore applying remaining changes.
2025-07-03 17:35:05 +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 [mod] theme/simple: improve fmt/lint tech 2025-07-03 17:35:05 +02:00
package.json [mod] theme/simple: improve fmt/lint tech 2025-07-03 17:35:05 +02: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 [mod] theme/simple: fmt/lint major pass 2025-07-03 17:35:05 +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