Adds demo link to README

This commit is contained in:
Espen Bratberg 2017-05-11 19:11:32 +02:00
parent ca73b19ae2
commit 25b23b4cbb
2 changed files with 8 additions and 1 deletions

View File

@ -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/

View File

@ -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",