mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +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
|
||||
|
||||
## Demo
|
||||
https://nuxt-with-vuetify-example.surge.sh
|
||||
|
||||
## Resources
|
||||
https://nuxtjs.org/examples/with-vuetify<br>
|
||||
https://vuetifyjs.com/
|
||||
|
@ -7,7 +7,10 @@
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
"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": {
|
||||
"stylus": "^0.54.5",
|
||||
|
Loading…
Reference in New Issue
Block a user