Skip to content
  • This project
    • Loading...
  • Sign in

ITSTAR / nodelesson56

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • nodelesson56
  • README.md
  • 👨‍🏫艾克🏃‍🚣‍♂🚵‍♂'s avatar
    Add new file · f6b54268
    f6b54268 Browse Files
    👨‍🏫艾克🏃‍🚣‍♂🚵‍♂ authored 2018-04-24 17:13:33 +0800
README.md 410 Bytes
Raw Blame History Permalink

http://imfly.github.io/sacdl-project

安装node

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash 用Nvm安装Node.js $ nvm install 5.1.0 $ nvm alias default 5.1.0

新建工程 npm init

安装前端组件

--save-dev 开发依赖 --save 发布依赖

express启动服务

制作接口

接口API

整理数据

gulp压缩

npm启动服务