mirror of
https://github.com/searxng/searxng.git
synced 2025-03-13 07:52:40 +00:00
25 lines
356 B
ReStructuredText
25 lines
356 B
ReStructuredText
|
=====================
|
||
|
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
|