Skip to content

ALetterSong/angular2-study

Repository files navigation

ng2-taidiiv2

Based On

Getting Started

Installing to deploying

Installing

npm install

Developing

npm start

Testing

npm test

Production

npm run build

Deploying

Copy all files in config into your ~/.ssh/ and execute the following script

tar zcf ng2-taidiiv2.tar.gz dist
rsync -av ng2-taidiiv2.tar.gz taidii.aly:~/

Then log in to aliyun and move /dist to /data/www/ng2-taidiiv2

ssh taidii.aly
tar zxf ng2-taidiiv2.tar.gz
sudo mv dist /data/www/ng2-taidiiv2

Other Scripts

npm scripts

Documentation

Angular2 开发指南

开发备忘录

Git 规范

接口文档

版本历史记录

Releases

No releases published

Packages

No packages published