Ivan Gabaldon 879ac4e60f [mod] theme/simple: fmt/lint major pass 1 week 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 a947d5b3cf [mod] theme/simple: improve fmt/lint tech 4 days ago
package.json a947d5b3cf [mod] theme/simple: improve fmt/lint tech 4 days ago
theme_icons.js 879ac4e60f [mod] theme/simple: fmt/lint major pass 4 days ago
vite.config.js 879ac4e60f [mod] theme/simple: fmt/lint major pass 4 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