If I want to modify the existing search box style, after each adjustment, I need to execute yarn build, then yarn serve. The development experience is quite poor. How can I build the index in the development environment to implement the search function? Does anyone have any related ideas or have you already implemented this feature?
If I want to modify the existing search box style, after each adjustment, I need to execute
yarn build
, thenyarn serve
. The development experience is quite poor. How can I build the index in the development environment to implement the search function? Does anyone have any related ideas or have you already implemented this feature?