UNPKG

universal-javascript-vue

Version:

A fully-isomorphic (universal) ES6/ES7 boilerplate based on Vue.js

12 lines (11 loc) 235 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="shortcut icon" sizes="48x48" href="/public/logo-48.png"> <title>{{ title }}</title> </head> <body> <!--vue-ssr-outlet--> </body> </html>