Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 715f542

Browse files
committed
docs: add readme
1 parent 7409a64 commit 715f542

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

packages/docs/components/AdvancedEasingDemo.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const animationOptions = ref({
2323
class="font-bold"
2424
:style="{
2525
fontSize: fontSize + 'px',
26+
lineHeight: 1.2,
2627
}"
2728
:value="number"
2829
:animation-options="{

packages/docs/components/PlayfulNumberDemo.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const fontFamily = ref("");
2929
locale-number
3030
:style="{
3131
fontSize: fontSize + 'px',
32+
lineHeight: 1.2,
3233
fontStyle: italic ? 'italic' : 'normal',
3334
fontFamily: fontFamily,
3435
}"

packages/vue-to-counter/README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
# Vue 3 + TypeScript + Vite
1+
# vue-to-counter
22

3-
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
3+
Make the value change more vivid and natural.
44

5-
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
5+
![vue-to-counter-animation.gif](vue-to-counter-animation.gif)
6+
7+
![npm](https://img.shields.io/npm/v/vue-to-counter?style=flat-square)
8+
![npm](https://img.shields.io/npm/dm/vue-to-counter?style=flat-square)
9+
![NPM](https://img.shields.io/npm/l/vue-to-counter?style=flat-square)
10+
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release&style=flat-square)](https://github.com/semantic-release/semantic-release)
11+
[![Netlify Status](https://api.netlify.com/api/v1/badges/133df312-97ec-411b-816e-52ee0bd49808/deploy-status?style=flat-square)](https://app.netlify.com/sites/vue-to-counter/deploys)
12+
13+
## Documentation
14+
15+
- [Online Documentation](https://vue-to-counter.netlify.app/)
16+
17+
## Thanks
18+
19+
![JetBrains Logo (Main) logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)
20+
21+
> Thank JetBrains for providing an [open-source license](https://jb.gg/OpenSourceSupport), which allows me to use such an excellent IDE.
22+
23+
## License
24+
25+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsiaikin%2Fvue-to-counter.svg?type=large&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsiaikin%2Fvue-to-counter?ref=badge_large&issueType=license)

packages/vue-to-counter/public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)