mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
13 lines
211 B
JSON
13 lines
211 B
JSON
|
{
|
||
|
"name": "nuxt-vuex-store",
|
||
|
"dependencies": {
|
||
|
"nuxt": "^1.0.0-rc6",
|
||
|
"vuex-persistedstate": "^2.0.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "nuxt",
|
||
|
"build": "nuxt build",
|
||
|
"start": "nuxt start"
|
||
|
}
|
||
|
}
|