0.0.11 • Published 6 years ago

scaffold_ifeng v0.0.11

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

开发脚手架

前提

从官网下载,安装node.js(8.0以上)

流程

  1. -> npm install -g scaffold_ifeng

  2. -> gen app

  3. -> cd app & npm install

  4. npm start

添加 git

  1. -> cd app && git init

  2. -> git remote add origin http://github.com/jerry/app.git

  3. -> git add .

  4. -> git commit

  5. -> git push -u origin master