Alexander Lichter
|
054ea7931a
|
refactor: client store code style (#3683)
|
2018-09-24 02:15:44 +03:30 |
|
Jonas Galvez
|
97910de3ec
|
Improve hooks in nuxt.config.js (#3766)
* Improve hooks in nuxt.config.js
* No mult-line for
|
2018-08-20 14:19:09 +02:00 |
|
Alexander Lichter
|
1ec5cf7b1c
|
lint: force if braces, no lonely ifs and add store.js (#3685)
* lint: add curly and no-lonely-if
* lint: add lib/app/store.js to eslint config
|
2018-08-11 00:24:53 +01:00 |
|
Jonas Galvez
|
fe9dd166df
|
Fixed conflicts
|
2018-08-06 06:45:39 -03:00 |
|
Pooya Parsa
|
e0cc9a1cc6
|
fix: ignore test files inside middleware and store (#2905)
|
2018-03-01 09:38:42 +03:30 |
|
airjp73
|
0308f13dab
|
Fixed error caused by typo
|
2018-02-06 11:47:55 -05:00 |
|
airjp73
|
ce342d528a
|
Reformated/commented for clarity
|
2018-02-06 11:21:33 -05:00 |
|
airjp73
|
6dce24cc53
|
Fixed conflict resolution problems
|
2018-02-06 11:13:28 -05:00 |
|
Ricardo Gobbo de Souza
|
7786451064
|
feat: custom store directory
|
2018-02-04 07:31:03 -02:00 |
|
airjp73
|
965091c8d4
|
Added support for index.js files
|
2018-01-31 15:22:02 -05:00 |
|
airjp73
|
865d3ffab9
|
Clarifying comment
|
2018-01-31 15:01:13 -05:00 |
|
airjp73
|
c64ee90311
|
Removed a console.log
|
2018-01-31 13:14:13 -05:00 |
|
airjp73
|
39a4cc0b70
|
Modified store to accept alternate folder structure
|
2018-01-31 13:07:26 -05:00 |
|
Sébastien Chopin
|
179b1a7bc1
|
Merge branch 'dev' into dev
|
2018-01-05 13:18:11 +01:00 |
|
Sébastien Chopin
|
5b923fd97e
|
feat: Add extensions option to add more language support
|
2018-01-04 18:10:17 +01:00 |
|
Sebastien Lacoste
|
45c15a96c4
|
Add ignorePrefix option to ignore files
|
2017-12-18 16:53:36 +01:00 |
|
Sébastien Chopin
|
d9796be0bb
|
Add strict mode in development mode by default
|
2017-08-13 22:19:37 +02:00 |
|
Sebastien Chopin
|
71faf7cae3
|
IE9: fix issue with Array.find and String.includes
|
2017-07-04 15:41:43 +02:00 |
|
Pooya Parsa
|
447e85af14
|
depricated ~ in flavour of @ for aliases
|
2017-06-29 21:06:22 +04:30 |
|
Pooya Parsa
|
766009dbba
|
Cleaner structure
|
2017-06-18 12:06:00 +04:30 |
|
Pooya Parsa
|
829ffa634b
|
refactor structure
|
2017-06-16 17:12:45 +04:30 |
|
Sebastien Chopin
|
b2ef8c320f
|
No need a name for exported method
|
2017-05-22 14:26:24 +02:00 |
|
Sebastien Chopin
|
29d2751940
|
Update warning for Vuex store (classic mode)
|
2017-05-22 14:05:23 +02:00 |
|
Sébastien Chopin
|
c3355e1467
|
Store state should always be a method now
|
2017-05-21 15:45:21 +02:00 |
|
Sébastien Chopin
|
01de17b827
|
Fix store module vs store
|
2017-05-21 02:03:32 +02:00 |
|
Sébastien Chopin
|
4cd48f3927
|
Support ts
|
2017-05-20 11:36:35 +02:00 |
|
Pooya Parsa
|
0220be4466
|
[store] fix condition where root store is not exporting state
|
2017-05-13 23:22:37 +04:30 |
|
Pooya Parsa
|
437586d92b
|
[store] check if storeData.state is function for workaround
|
2017-05-13 22:22:04 +04:30 |
|
Pooya Parsa
|
05725d70e7
|
[store] fix
|
2017-05-13 22:15:42 +04:30 |
|
Pooya Parsa
|
2cdeab5661
|
[Store] Fix createStore bug
|
2017-05-13 22:02:11 +04:30 |
|
Sebastien Chopin
|
01b02a9010
|
Add typescript compatibility
|
2017-05-05 14:07:54 +02:00 |
|
Evan You
|
74652e3974
|
make use of runInNewContext: false
|
2017-05-02 13:33:09 +04:30 |
|
Sébastien Chopin
|
d576dad069
|
Fix eslint + istanbul
|
2017-03-28 16:28:24 +02:00 |
|
Ralph Huwiler
|
78ea2591c2
|
Create nested modules for each folder in ./store
|
2017-03-25 21:21:11 +01:00 |
|
Sébastien Chopin
|
17650c25e0
|
Middleware feature 🔥
|
2017-02-03 15:09:38 +01:00 |
|
Brendan
|
13aff87b9b
|
no more includes
|
2017-01-02 10:50:18 +01:00 |
|
Brendan
|
9fd04a6ec8
|
safer store with try catch
|
2017-01-02 10:13:53 +01:00 |
|
Brendan
|
e2d5d2fa61
|
Accept both ways of creating the store
|
2016-12-26 17:19:10 +01:00 |
|
Brendan
|
d7c5babf1f
|
better vuex store
|
2016-12-25 21:16:30 +01:00 |
|