Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fl3nkey/vue-lifecycle
☀️ A Vue.js lifecycle directives.
https://github.com/fl3nkey/vue-lifecycle
Last synced: about 2 months ago
JSON representation
☀️ A Vue.js lifecycle directives.
- Host: GitHub
- URL: https://github.com/fl3nkey/vue-lifecycle
- Owner: FL3NKEY
- License: mit
- Created: 2018-04-20T16:47:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T20:24:39.000Z (over 6 years ago)
- Last Synced: 2024-04-27T05:33:00.352Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.RU.MD
- License: LICENSE
Awesome Lists containing this project
README
# vue-lifecycle
Директивы жизненых циклов для Vue.js.## Установка
**Через npm** `npm install vue-lifecycle --save```` js
import VueLifecycle from 'vue-lifecycle';
//OR
var VueLifecycle = require('vue-lifecycle');Vue.use(VueLifecycle);
```**Через тег script**
``` htmlVue.use(VueLifecycle);
```
## Использование
### Created
``` html```
### Mounted
``` html```
### Destroyed
``` html```