#Angular5-Blog-Front
Angular5 Material2编写的简易版博客,预览地址Track的博客
- 项目创建基于 Angular CLI version 1.7.2.
- 当前项目目录下, 使用
npm install安装依赖 - 测试环境使用
ng serve打开http://localhost:4200/ - 正式环境使用
ng build --aot --prod编译打包位于dist/目录下
