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
423f52f35d
Nuxt
/
examples
/
hello-world
/
package.json
10 lines
113 B
JSON
Raw
Normal View
History
Unescape
Escape
Add package.jsonn in examples
2016-11-10 13:30:18 +00:00
{
hello-world example like in the video
2016-11-27 12:39:52 +00:00
"name"
:
"hello-nuxt"
,
Add package.jsonn in examples
2016-11-10 13:30:18 +00:00
"dependencies"
:
{
"nuxt"
:
"latest"
}
,
"scripts"
:
{
script start for hello-world
2016-11-27 13:36:13 +00:00
"start"
:
"nuxt"
Add package.jsonn in examples
2016-11-10 13:30:18 +00:00
}
}
Reference in New Issue
Copy Permalink