Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 253 Bytes

File metadata and controls

16 lines (9 loc) · 253 Bytes

angular2-php-demo

#install npm install

#start npm start

#或则 使用 php + apache
#开发阶段 如使用 php 需要配合 tsc 做ts 文件监控并编译

#运行 ./tsc.sh 或则 tsc -w

还可以将 项目打包成静态页面 使用。