1.0.1 • Published 3 years ago
vue-flip-animation v1.0.1
vue3-flip
Installation
Supports global import and module import
vue3
npm install --save vue-flip—animation
or
yarn add vue-flip—animationUsage
import { vueFlip } from 'vue-flip—animation'
components: { vueFlip }GitHub Template
Clone to local
Checklist
Usage
The starter contains the following scripts:
dev- starts dev serverbuild- generates the following bundles: CommonJS (.cjs) ESM (.mjs) and IIFE (.iife.js). The name of bundle is automatically taked frompackage.jsonname propertytest- starts jest and runs all teststest:coverage- starts jest and run all tests with code coverage reportlint:scripts- lint.tsfiles with eslintlint:styles- lint.cssand.scssfiles with stylelintformat:scripts- format.ts,.htmland.jsonfiles with prettierformat:styles- format.csand.scssfiles with stylelintformat- format all with prettier and stylelintprepare- script for setting up husky pre-commit hook
1.0.1
3 years ago