This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-05 21:53:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3cb9b882c0
Nuxt
/
examples
/
spa
/
pages
/
index.vue
9 lines
122 B
Vue
Raw
Normal View
History
Unescape
Escape
Add spa example
2017-08-18 13:44:43 +00:00
<
template
>
<
div
>
<
h1
>
Welcome
!
<
/
h1
>
refactor: use PascalCase for components names (#4396)
2018-11-24 18:49:19 +00:00
<
NuxtLink
to
=
"/about"
>
About
page
<
/
NuxtLink
>
Add spa example
2017-08-18 13:44:43 +00:00
<
/
div
>
<
/
template
>
Reference in New Issue
Copy Permalink