From da02e85283a077b7118705cf63f32525a9ee8193 Mon Sep 17 00:00:00 2001 From: Sam K <33263129+samk-dev@users.noreply.github.com> Date: Mon, 19 Jun 2023 23:26:45 +0200 Subject: [PATCH] docs: updated docs to use npm as development guid --- README.md | 16 ++++++++-------- playground/app.vue | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d143d4c..9755366 100644 --- a/README.md +++ b/README.md @@ -80,26 +80,26 @@ export interface ModuleOptions { ```bash # Install dependencies -pnpm install +npm install # Generate type stubs -pnpm run dev:prepare +npm run dev:prepare # Develop with the playground -pnpm run dev +npm run dev # Build the playground -pnpm run dev:build +npm run dev:build # Run ESLint -pnpm run lint +npm run lint # Run Vitest -pnpm run test -pnpm run test:watch +npm run test +npm run test:watch # Release new version -pnpm run release +npm run release ``` diff --git a/playground/app.vue b/playground/app.vue index 9180465..7b4a020 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -18,9 +18,9 @@ const attrs = ref([