Nuxt/test/fixtures/sockets/pages/index.vue
Jonas Galvez 72479687d9 feat(core, cli): builtin support of https and unix sockets (#3831)
Co-authored-by: Aurélien Chrétien <aurelien@manager.one>
Co-authored-by: Rémy Sanchez <remy.sanchez@hyperthese.net>
2018-09-02 13:50:25 +04:30

4 lines
55 B
Vue

<template>
<h1>Served over sockets!</h1>
</template>