使用express+ejs框架
cd /data/data/com.termux/files/home/storage/shared/Android/data/com.termux/files
mkdir express_project
cd express_project
npm init
npm install express --save
npm install ejs --save
Last updated
Was this helpful?
cd /data/data/com.termux/files/home/storage/shared/Android/data/com.termux/files
mkdir express_project
cd express_project
npm init
npm install express --save
npm install ejs --save
Last updated
Was this helpful?