vue-shotclass
v1.0.1
Published
A custom vue-directive for one-off css animations using classes
Downloads
4
Readme
vue-shotclass
A custom vue-directive for one-off animation classes
Usage
# Install to your project
npm install vue-shotclass
…
import VueShotclass from 'vue-shotclass'
Vue.use(VueShotclass)
…
Development
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev