Angular5+Ant Design编写的简易版博客后台管理系统 预览地址博客后台管理系统 测试账号密码 guest
- 项目创建基于 Angular CLI version 1.7.2.
- 当前项目目录下, 使用
npm install安装依赖 - 测试环境使用
ng serve打开http://localhost:4200/ - 正式环境使用
ng build --aot --prod编译打包位于dist/目录下
