Ivan Gabaldon a947d5b3cf [mod] theme/simple: improve fmt/lint tech 1 week ago
..
generated 657237dac4 [fix] leftover from PR #4947 - ./manage vite.simple.build (#4953) 1 week ago
src 096fb74f4e [fix] weather template: text overflow on small screen devices 2 weeks ago
static b6487b70aa [web-client] simple theme: build & development env based on vite. 4 months ago
tools 409ede1530 [fix] simple client: jinja_svg_catalog addClassesToSVGElement 1 month ago
.gitignore a947d5b3cf [mod] theme/simple: improve fmt/lint tech 3 days ago
.stylelintrc.json a947d5b3cf [mod] theme/simple: improve fmt/lint tech 3 days ago
README.rst b6487b70aa [web-client] simple theme: build & development env based on vite. 4 months ago
biome.json a947d5b3cf [mod] theme/simple: improve fmt/lint tech 3 days ago
package-lock.json a947d5b3cf [mod] theme/simple: improve fmt/lint tech 3 days ago
package.json a947d5b3cf [mod] theme/simple: improve fmt/lint tech 3 days ago
theme_icons.js 8b864ed111 [fix] simple template - video.html fix button icon to icon_small 4 months ago
vite.config.js a947d5b3cf [mod] theme/simple: improve fmt/lint tech 3 days 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