mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"name": "example-scroll-behavior",
|
|
"dependencies": {
|
|
"axios": "^0.15.3",
|
|
"nuxt": "latest",
|
|
"vue-router": "https://github.com/homerjam/vue-router#dist"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|