O.L.F.C
2018-08-05 本文已影响5人
亨利何
One Line Funny Code
-
ng build --base-href your-path
- git 部署 angular应用 -
python -m SimpleHTTPServer 3000
- python2.7 开启服务器 -
python -m http.server 3000
- python3.5 开启服务器 -
(new Koa()).listen()
- koa
ng build --base-href your-path
- git 部署 angular应用python -m SimpleHTTPServer 3000
- python2.7 开启服务器python -m http.server 3000
- python3.5 开启服务器(new Koa()).listen()
- koa