Skip to content

Commit

Permalink
chore: readme add
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-hup committed Nov 17, 2024
1 parent 8f1b18c commit d3e49ee
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# Run a action to publish docs
- name: Publish to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action@v3.9.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# vue-motion
# Motion Vue

A animation library designed for Vue 3, Powered by [Motion](https://www.framer.com/motion/).

## Features

- 🎨 Declarative Animation API
- 🔄 Gesture Animation Support
- 🎯 Full TypeScript Support
- ⚡️ High Performance Animation
- 🎭 Variants Animation System
- 👀 Viewport Animation Trigger
2 changes: 1 addition & 1 deletion docs/src/content/docs/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Introduction
description: Motion for Vue3.
description: Motion for Vue.
---

Motion Vue is a simple Vue3 animation library based on [Motion](https://motion.dev).
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"framer-motion": "11.11.11",
"hey-listen": "^1.0.8",
"vite": "^5.4.8",
"vue": "^3.4.38",
"wrangler": "3"
"vue": "^3.4.38"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
Expand Down

0 comments on commit d3e49ee

Please sign in to comment.