Nuxt/examples/custom-server/pages/index.vue

8 lines
164 B
Vue
Raw Permalink Normal View History

2017-07-26 16:19:25 +00:00
<template>
<p>
Please look at <code>server.js</code> to see how to use <a href="https://nuxtjs.org">
2020-11-30 22:44:04 +00:00
Nuxt
</a> programmatically.
</p>
2017-07-26 16:19:25 +00:00
</template>