Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 361 Bytes

File metadata and controls

13 lines (9 loc) · 361 Bytes

动态加载(创建)组件例子

简书文章链接:http://www.jianshu.com/p/10feab2c3102

usage of command line 命令行用法

npm install

develop(port:8111) ---- 开发(端口:8111)

npm start

aot、production(port:8112) ---- aot编译(端口:8112)

  1. npm run build
  2. npm run server