searxng/client/simple
Ivan Gabaldon 7e1c7096ce [enh] theme/simple: package.json revision
Set minor versioning for most of the packages that iterate fast or we know won't
cause problems, and fixed versioning for the rest.

Packages going into bundles should be placed in "dependencies".

The inspection of prod bundles is necessary. Although it does not make a lot of
sense right now, it will be useful in later PR and will give us a reference to
start with.
2025-08-18 16:38:32 +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: migrate codebase to TypeScript 2025-08-18 16:38:32 +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: migrate codebase to TypeScript 2025-08-18 16:38:32 +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 [enh] theme/simple: package.json revision 2025-08-18 16:38:32 +02:00
package-lock.json [enh] theme/simple: package.json revision 2025-08-18 16:38:32 +02:00
package.json [enh] theme/simple: package.json revision 2025-08-18 16:38:32 +02:00
README.rst [web-client] simple theme: build & development env based on vite. 2025-02-28 12:27:41 +01:00
theme_icons.ts [mod] theme/simple: migrate codebase to TypeScript 2025-08-18 16:38:32 +02:00
tsconfig.json [mod] theme/simple: migrate codebase to TypeScript 2025-08-18 16:38:32 +02:00
vite.config.ts [enh] theme/simple: package.json revision 2025-08-18 16:38:32 +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