EGOIST

Results 315 issues of EGOIST

well this is equivalent to the built-in actions support: ```js // store.js export default createStore({ state: {}, mutations: {} }) ``` ```js // actions.js import store from './store' export default...

How you would use it now: `store.js`: ```js import { zerotwo, Store, computed, action } from 'zerotwo' Vue.use(zerotwo) class MyStore extends Store { state = { count: 0 } @action...

https://github.com/jamiebuilds/unstated ```vue {{state.count}} ```

enhancement

Just use actionsTM

enhancement

```js import { connect, getter } form 'zerotwo' connect({ activeList: getter(state => state.list.filter(v => v.active)) }) ```

It should be pretty simple by overriding https://github.com/parcel-bundler/parcel/blob/master/src/assets/GraphqlAsset.js with a Parcel plugin

We should allow to disable this behavior

Update: The poll is broken due to abuse so I removed it (Nuxt.js won it anyways), here's a list of commonly used tools for building Vue apps: - Vue CLI:...

discussion