angular-contacts-demo
angular-contacts-demo copied to clipboard
Angular demo(SSR) base on Angular CLI
通讯录例子
书籍《揭秘Angular》通用例子,请确保你的 node.js 版本 >= 6.0
- 运行
npm install
或者yarn install
安装依赖 - 运行
npm start
构建并启动本地Server - 浏览器打开 http://localhost:4200 即可访问
服务端渲染版本请运行
git checkout ssr
切换至ssr
分支