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-06 06:03:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0558ae261e
Nuxt
/
examples
/
hello-world
/
pages
/
index.vue
7 lines
112 B
Vue
Raw
Normal View
History
Unescape
Escape
Prototype 0.1.0 working Alpha 0.1.0
2016-11-07 01:34:58 +00:00
<
template
>
hello-world example like in the video
2016-11-27 12:39:52 +00:00
<
div
>
<
h1
>
Welcome
!
<
/
h1
>
Replace router-link to nuxt-link
2016-12-16 17:12:38 +00:00
<
nuxt
-link
to
=
"/about"
>
About
page
<
/
n
u
x
t
-
l
i
n
k
>
Version 0.1.5 - Add examples/with-store/ to show how to use Vuex with nuxt.js - Fix fetch().then when fetch does not return a promise - Map static folder to /static/
2016-11-07 19:57:44 +00:00
<
/
div
>
Prototype 0.1.0 working Alpha 0.1.0
2016-11-07 01:34:58 +00:00
<
/
template
>
Reference in New Issue
Copy Permalink