mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"name": "example-with-vue-material",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"nuxt-edge": "latest",
|
|
"vue": "~2.4.4",
|
|
"vue-material": "beta"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|