UNPKG
@megalo/cli
Version:
latest (1.0.0-beta.2)
1.0.0-beta.2
1.0.0-beta.1
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
0.3.6
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.5
0.2.2
0.2.1
0.1.3
0.1.2
0.1.1
0.1.0
0.0.7
megalo project template
github.com/megalojs/megalo-cli/
megalojs/megalo-cli
@megalo/cli
/
templates
/
main
/
src
/
store
/
index.js
9 lines
(7 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vuex
from
'vuex'
import
counter
from
'./counter'
export
default
new
Vuex
.
Store
({
modules
: { counter } })