Created ssr demo and moved csr to a sub-folder + rebuild

This commit is contained in:
euvl
2017-06-20 09:01:27 +01:00
parent b652b4342c
commit ff27ef2049
36 changed files with 7762 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "nuxt-hello",
"scripts": {
"start": "nuxt"
},
"dependencies": {
"vue-js-modal": "github:euvl/vue-js-modal#dcf3291623d9fe54bcbf0ca48c0ed35865b8871a",
"nuxt": "^1.0.0-alpha.4"
}
}