We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望能支持vite2.0
The text was updated successfully, but these errors were encountered:
@wulisensen 我不太明白需要如何兼容
使用下面方法启动一个服务 vite 也是可以用的吧
{ "name": "base-example", "scripts": { + "api": "mocker ./mocker" }, "devDependencies": { + "mocker-api": "2.8.2" }, + "mocker": { + "port": 7788 + }, "license": "MIT" }
Sorry, something went wrong.
@wulisensen Made mocker lib compatable with Vite https://github.com/avin/fake-api-middleware Mocks structure is very similar to mocker-api
No branches or pull requests
希望能支持vite2.0
The text was updated successfully, but these errors were encountered: