8000 GitHub - wasdokij/vuet: Vue.js state management model for Agile Development
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

wasdokij/vuet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuet

Build Status npm npm

What is the Vuet?

Vuet is aimed at managing the status of Vue.js. Modular management is its core, and you can choose between updating automatically and regularly and updating by hand to update the status of the modules. Anyway, it's all up to you.

Development and test

npm install
npm run dev # open: http://localhost:3000/
npm run dev:test

Usage

  • install
    npm install vuet@latest --save
    
  • example
    import Vue from 'vue'
    import Vuet from 'vuet'
    
    Vue.use(Vuet)
    
    const vuet = new Vuet({
      // ... base options
    })
    
    new Vue({
      // ...
      vuet
    })

Full document

LICENSE

MIT

About

Vue.js state management model for Agile Development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0