安装
使用npm安装nue
# clone the repository
git clone https://github.com/nuejs/create-nue.git
# cd to the cloned repository
cd create-nue
# install dependencies
bun install # or with Node: npm install
# Build demo site and start a HTTP server
bun --bun start # or with Node: npm run start
# Open the demo on the browser
open "http://localhost:8080"
# optional: detach the repository from github
rm -rf .git
npm install nuejs - core
npm run start

本文介绍了如何通过npm管理和安装Nue框架,包括克隆仓库、安装依赖、构建示例网站、启动HTTP服务器以及可选的从GitHub分离仓库。详细步骤包括gitclone、npminstall、npmrunstart等命令。
1144

被折叠的 条评论
为什么被折叠?



