From 25b23b4cbb17023fa1aded30b53c6fc911c8f781 Mon Sep 17 00:00:00 2001 From: Espen Bratberg Date: Thu, 11 May 2017 19:11:32 +0200 Subject: [PATCH] Adds demo link to README --- examples/with-vuetify/README.md | 4 ++++ examples/with-vuetify/package.json | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/with-vuetify/README.md b/examples/with-vuetify/README.md index 74d55b8ae2..4f7f4638a4 100644 --- a/examples/with-vuetify/README.md +++ b/examples/with-vuetify/README.md @@ -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
https://vuetifyjs.com/ diff --git a/examples/with-vuetify/package.json b/examples/with-vuetify/package.json index 8b93c8e8c3..baa308ca69 100644 --- a/examples/with-vuetify/package.json +++ b/examples/with-vuetify/package.json @@ -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",