costmikuSearch/client/simple
2025-05-22 15:16:54 +02:00
..
generated
src [refactor] search.js: use custom auto completion implementation 2025-05-22 15:16:54 +02:00
static
tools [fix] simple client: jinja_svg_catalog addClassesToSVGElement 2025-05-09 12:40:34 +02:00
.gitignore
.stylelintrc.json
eslint.config.js
package-lock.json [build] /static 2025-05-22 15:16:54 +02:00
package.json [refactor] search.js: use custom auto completion implementation 2025-05-22 15:16:54 +02:00
README.rst
theme_icons.js
vite.config.js

=====================
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