我使用的是Windows10,并且在我的本地机器上安装了Node.js (带npm)。我正在试着遵循一条指令,上面写着: "Once node.js and npm are installed, run the following command in your terminal.npm install -g live-server
This will install live-server⁵, a simple static server that has live rel
要运行它,我按照代码库的建议执行操作并运行npm run serve。这带来了很好的开发工具,如自动编译scss和更改后的livereloading。此外,npm run dist还创建了一个包含“我的站点”内容的/dist文件夹。但是,我想在EC2实例上运行它,但不确定如何在生产环境中运行。我该怎么做呢?直接的Tabler克隆是我的服务器上的实时here。如</