We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0155ab commit 068a05eCopy full SHA for 068a05e
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+## 1.0.0 (2025-05-18)
2
+
3
+- feat: add mock plugin and examples [a0155ab](https://github.com/tomjs/vue-cli-plugin-mock/commit/a0155ab)
4
package.json
@@ -1,7 +1,7 @@
{
"name": "@tomjs/vue-cli-plugin-mock",
"type": "commonjs",
- "version": "0.0.0",
+ "version": "1.0.0",
5
"packageManager": "pnpm@10.11.0",
6
"description": "vue-cli plugin to add mock server",
7
"author": {
0 commit comments