dependabot[bot] 6ca8db5e67 [upd] web-client (simple): Bump the minor group across 1 directory with 4 updates (#4970) 3 days ago
..
generated 657237dac4 [fix] leftover from PR #4947 - ./manage vite.simple.build (#4953) 1 week ago
src 879ac4e60f [mod] theme/simple: fmt/lint major pass 4 days ago
static b6487b70aa [web-client] simple theme: build & development env based on vite. 4 months ago
tools 879ac4e60f [mod] theme/simple: fmt/lint major pass 4 days ago
.gitignore a947d5b3cf [mod] theme/simple: improve fmt/lint tech 4 days ago
.stylelintrc.json a947d5b3cf [mod] theme/simple: improve fmt/lint tech 4 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 4 days ago
package-lock.json 6ca8db5e67 [upd] web-client (simple): Bump the minor group across 1 directory with 4 updates (#4970) 3 days ago
package.json 6ca8db5e67 [upd] web-client (simple): Bump the minor group across 1 directory with 4 updates (#4970) 3 days ago
theme_icons.js 879ac4e60f [mod] theme/simple: fmt/lint major pass 4 days ago
vite.config.js db8d4d3877 [upd] web-client (simple): Bump vite from 6.3.5 to 7.0.0 in /client/simple (#4944) 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