UNPKG
zircle
Version:
latest (1.5.4)
next (1.3.0)
prerelease (1.4.0-beta.3)
rc (1.4.0-rc.1)
rc.01 (0.9.0-rc.1)
rc.2 (0.9.0-rc.2)
rc.3 (0.9.0-rc.3)
rc.4 (0.9.0-rc.4)
rc.5 (0.9.0-rc.5)
rc.6 (0.9.0-rc.6)
rc.7 (0.9.0-rc.7)
vue3 (1.4.0-vue3)
1.5.4
1.5.3
1.5.2
1.5.2-vue3.0
1.5.2-vue3
1.5.1
1.5.0
1.4.0
1.4.0-vue3
1.4.0-rc.1
1.4.0-rc.0
1.4.0-beta.3
1.4.0-beta.2
1.4.0-beta.1
1.4.0-beta.0
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.9.1
0.9.0
0.9.0-rc.7
0.9.0-rc.6
0.9.0-rc.5
0.9.0-rc.4
0.9.0-rc.3
0.9.0-rc.2
0.9.0-rc.1
0.9.0-rc
0.5.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.5
0.1.1
0.1.0
0.0.9
0.0.8
0.0.2
0.0.1
A frontend library to develop zoomable user interfaces
zircle
/
src
/
store
/
store.js
10 lines
(7 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
state
from
'./state'
import
actions
from
'./actions'
const
store = { state, actions }
export
default
store