Skip to content

Commit

Permalink
chore: update readme & dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 committed Mar 6, 2024
1 parent 102b267 commit b27b907
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,23 @@ Varlet Module for Nuxt3

## Future

- Make up the Lazy Option
- [x] ~~Make up the Lazy Option~~
- Component Demo for Playground
- Template for Nuxt3
- Supports the directive
- [x] ~~Template for Nuxt3~~
- [x] ~~Supports the directive~~

## Quick Setup

1. Add `@varlet/nuxt` dependency to your project

```bash
# Using pnpm
pnpm add -D @varlet/ui
pnpm add -D @varlet/nuxt

# Using yarn
yarn add --dev @varlet/ui
yarn add --dev @varlet/nuxt

# Using npm
npm install --save-dev @varlet/ui
npm install --save-dev @varlet/nuxt
```

Expand All @@ -46,6 +43,8 @@ export default defineNuxtConfig({

That's it! You can now use Varlet Module in your Nuxt app ✨

tips: If you running `varlet` on the PC. Please install [`@varlet/touch-emulator`](https://varlet.gitee.io/varlet-ui/#/zh-CN/browserAdaptation)

## Contribution

We recommend using pnpm
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlet/nuxt",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"packageManager": "pnpm@7.22.0",
"description": "varlet module for nuxt",
"license": "MIT",
Expand Down Expand Up @@ -39,6 +39,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.3.2",
"@varlet/ui": "latest",
"knitwork": "^1.0.0",
"magic-string": "^0.29.0",
"unplugin": "^1.0.1"
Expand All @@ -50,7 +51,6 @@
"@nuxt/schema": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.13.0",
"@varlet/ui": "latest",
"eslint": "^8.46.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
Expand All @@ -76,4 +76,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit b27b907

Please sign in to comment.