noones-search/client/simple
dependabot[bot] 5ae3b3f17e [upd] web-client (simple): Bump vite-plugin-static-copy
Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases)
- [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@2.3.0...vite-plugin-static-copy@2.3.1)

---
updated-dependencies:
- dependency-name: vite-plugin-static-copy
  dependency-version: 2.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-18 09:46:01 +02:00
..
generated [web-client] simple theme: move sources to client/simple/src 2025-02-28 12:27:41 +01:00
src [fix] images cropped in Safari (webkit) 2025-04-06 19:21:07 +02: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
README.rst [web-client] simple theme: build & development env based on vite. 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 [upd] web-client (simple): Bump vite-plugin-static-copy 2025-04-18 09:46:01 +02:00
package.json [upd] web-client (simple): Bump vite-plugin-static-copy 2025-04-18 09:46:01 +02: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

README.rst

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