import{_ as e,c as n,a as s,o as t}from"./app-DRp0Qaqg.js";const o={};function l(p,a){return t(),n("div",null,a[0]||(a[0]=[s(`

环境搭建

使用nodejs直接运行

  1. 下载安装nodejs
  2. 创建一个js文件helloworld.js
var name="Alice";
console.log("Hello, " + name);
  1. 在命令行中输入如下命令
node helloworld.js
`,6)]))}const r=e(o,[["render",l],["__file","helloworld.html.vue"]]),c=JSON.parse('{"path":"/note/language/javascript/helloworld.html","title":"环境搭建","lang":"zh-CN","frontmatter":{},"headers":[{"level":2,"title":"使用nodejs直接运行","slug":"使用nodejs直接运行","link":"#使用nodejs直接运行","children":[]}],"git":{"updatedTime":1740235322000,"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"filePathRelative":"note/language/javascript/helloworld.md"}');export{r as comp,c as data};