0.0.11 • Published 8 years ago
scaffold_ifeng v0.0.11
开发脚手架
前提
流程
-> npm install -g scaffold_ifeng-> gen app-> cd app & npm installnpm start
添加 git
-> cd app && git init-> git remote add origin http://github.com/jerry/app.git-> git add .-> git commit-> git push -u origin master