-
Updated
Apr 2, 2022 - TypeScript
vite
Here are 2,976 public repositories matching this topic...
-
Updated
Apr 2, 2022 - TypeScript
Apache部署GVA项目
-
Updated
Apr 2, 2022 - Vue
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Apr 2, 2022 - Vue
Describe the bug
If I run Vitest in watch mode, it reports the number of tests passing or failing as expected. But if I delete a test file, the said numbers don't update.
Reproduction
Have two test files, say a.test.js and b.test.js. Each of them have one failing test, so we see 2 suites failing, 2 tests failing.
Now, we delete b.test.js. The status stays the same: 2 suites fai
-
Updated
Jan 23, 2022
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Mar 30, 2022 - Vue
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Apr 1, 2022 - TypeScript
-
Updated
Feb 27, 2022 - TypeScript
-
Updated
Apr 2, 2022 - TypeScript
-
Updated
Apr 2, 2022 - TypeScript
-
Updated
Jan 16, 2022 - TypeScript
-
Updated
Mar 14, 2022 - Vue
when filling sizes and magnitudes I would like to navigate through them using tab and shift + tab. Today, when pressing these keys, the behavior is somewhat unexpected.
-
Updated
Feb 25, 2022 - JavaScript
-
Updated
Feb 9, 2022 - JavaScript
Improve this page
Add a description, image, and links to the vite topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vite topic, visit your repo's landing page and select "manage topics."
Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api> Order deny,allow Allow from all </Proxy> ProxyPass /api http://127.0.0.1:8888 ProxyPassReverse /api http://127.0.0.1:8888注意
Apache 需要开启
proxy_modulehttp://127.0.0.1:8888 为后端默认地址,如已更改记得替换