Nue Js

安装

使用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