mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Adds demo link to README
This commit is contained in:
parent
ca73b19ae2
commit
25b23b4cbb
@ -1,4 +1,8 @@
|
|||||||
# Using Vuetify.js with Nuxt.js
|
# Using Vuetify.js with Nuxt.js
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
https://nuxt-with-vuetify-example.surge.sh
|
||||||
|
|
||||||
|
## Resources
|
||||||
https://nuxtjs.org/examples/with-vuetify<br>
|
https://nuxtjs.org/examples/with-vuetify<br>
|
||||||
https://vuetifyjs.com/
|
https://vuetifyjs.com/
|
||||||
|
@ -7,7 +7,10 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nuxt",
|
"dev": "nuxt",
|
||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
"start": "nuxt start"
|
"start": "nuxt start",
|
||||||
|
"generate": "nuxt generate",
|
||||||
|
"predeploy": "yarn run generate",
|
||||||
|
"deploy": "surge --domain nuxt-with-vuetify-example.surge.sh dist"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"stylus": "^0.54.5",
|
"stylus": "^0.54.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user