config build dist static js all.min.js bundle.js style bundle.css index.html src controller ActivityCtrl.js ActivityCtrl.js service ActivityService.js ActivityService.js ActivityService.js app.js route.js view user user.html userAdd.html activity index.html
cd進項目文件後執行命令行建立基本框架文件夾css
mkdir -p dist config build src/{controller,service,view/{user,activity}}
-- --html
cd src/ touch app.js
touch route.js
mkdir controllers services
根據相關功能添加相應文件及目錄hexo
原文請訪問app