From 6490867fb3d51d1a32b2df650d0401ea9853f2e1 Mon Sep 17 00:00:00 2001 From: zernonia Date: Wed, 19 Jul 2023 22:22:05 +0800 Subject: [PATCH] install missing deps --- .histoire/package.json | 5 ++++- README.md | 1 + pnpm-lock.yaml | 9 +++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.histoire/package.json b/.histoire/package.json index 28712bcb8..e07fb9572 100644 --- a/.histoire/package.json +++ b/.histoire/package.json @@ -15,12 +15,15 @@ "@histoire/plugin-vue": "^0.16.1", "@iconify/vue": "^4.1.1", "@radix-ui/colors": "^1.0.0", + "@rollup/plugin-alias": "^5.0.0", "@vitejs/plugin-vue": "^4.1.0", + "@vitejs/plugin-vue-jsx": "^3.0.1", "autoprefixer": "^10.4.14", "eslint": "^8.43.0", "histoire": "^0.16.2", "postcss": "^8.4.26", "tailwindcss": "^3.3.3", - "vite": "^4.3.9" + "vite": "^4.3.9", + "vue": "^3.3.4" } } diff --git a/README.md b/README.md index 0124eaaa5..5fe1f2063 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ We would love to have your contributions! All PRs all welcomed! We need help bui 1. Clone the repo 2. Run `pnpm i` 3. Run `pnpm story:dev` to run histoire (storybook) +4. Open `http://localhost:6006` ## Community diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index de06d8df2..4ed105204 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,9 +28,15 @@ importers: '@radix-ui/colors': specifier: ^1.0.0 version: 1.0.0 + '@rollup/plugin-alias': + specifier: ^5.0.0 + version: 5.0.0 '@vitejs/plugin-vue': specifier: ^4.1.0 version: 4.2.3(vite@4.3.9)(vue@3.3.4) + '@vitejs/plugin-vue-jsx': + specifier: ^3.0.1 + version: 3.0.1(vite@4.3.9)(vue@3.3.4) autoprefixer: specifier: ^10.4.14 version: 10.4.14(postcss@8.4.26) @@ -49,6 +55,9 @@ importers: vite: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.18) + vue: + specifier: ^3.3.4 + version: 3.3.4 packages/radix-vue: dependencies: