1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 09:28:41 +00:00
Nuxt/examples/vuex-store/package.json

12 lines
170 B
JSON
Raw Normal View History

2016-11-10 13:30:18 +00:00
{
"name": "nuxt-vuex-store",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}