Markus Heiser a4e08a5c2f [upd] web-client (simple): Bump eslint, sharp, webpack 2 weeks ago
..
generated a1132deaa4 [web-client] simple theme: move sources to client/simple/src 2 months ago
src 5a54372368 [fix] images cropped in Safari (webkit) 3 weeks ago
static b6487b70aa [web-client] simple theme: build & development env based on vite. 2 months ago
tools 872e09d103 [web-client] simple theme: move SVGs to client/simple/src and deploy to static by plg_svg2svg 2 months ago
.gitignore a8ed79b730 [web-client] simple theme: stylelint LESS source files 2 months ago
.stylelintrc.json a8ed79b730 [web-client] simple theme: stylelint LESS source files 2 months ago
README.rst b6487b70aa [web-client] simple theme: build & development env based on vite. 2 months ago
eslint.config.js b74496b192 [web-client] simple theme: eslint JS source files 2 months ago
package-lock.json a4e08a5c2f [upd] web-client (simple): Bump eslint, sharp, webpack 2 weeks ago
package.json a4e08a5c2f [upd] web-client (simple): Bump eslint, sharp, webpack 2 weeks ago
theme_icons.js 8b864ed111 [fix] simple template - video.html fix button icon to icon_small 2 months ago
vite.config.js 872e09d103 [web-client] simple theme: move SVGs to client/simple/src and deploy to static by plg_svg2svg 2 months ago

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