vue-flip-animation
Version:
# Installation
47 lines (29 loc) • 1.05 kB
Markdown
# vue3-flip
# Installation
> Supports global import and module import
vue3
```
npm install --save vue-flip—animation
or
yarn add vue-flip—animation
```
## Usage
```vue3
import { vueFlip } from 'vue-flip—animation'
components: { vueFlip }
```
## GitHub Template
## Clone to local
## Checklist
## Usage
The starter contains the following scripts:
- `dev` - starts dev server
- `build` - generates the following bundles: CommonJS (`.cjs`) ESM (`.mjs`) and IIFE (`.iife.js`). The name of bundle is automatically taked from `package.json` name property
- `test` - starts jest and runs all tests
- `test:coverage` - starts jest and run all tests with code coverage report
- `lint:scripts` - lint `.ts` files with eslint
- `lint:styles` - lint `.css` and `.scss` files with stylelint
- `format:scripts` - format `.ts`, `.html` and `.json` files with prettier
- `format:styles` - format `.cs` and `.scss` files with stylelint
- `format` - format all with prettier and stylelint
- `prepare` - script for setting up husky pre-commit hook