# Angular2-TreeView-Demo **Repository Path**: wenalu/Angular2-TreeView-Demo ## Basic Information - **Project Name**: Angular2-TreeView-Demo - **Description**: No description available - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-08-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Angular2-TreeView-Demo angular2 导航菜单无限级加载 ### 运行方式 - 确保安装Node.js(https://nodejs.org/) 版本要求 5.X 以上 - 确保安装NPM 版本要求 3.X 以上 ```bash #WINDOWS 需要这句代码 npm install -g webpack webpack-dev-server typings typescript #安装依赖包 npm install #WINDOWS 需要这句代码 npm run typings-install #运行服务 npm start ``` - 打开浏览器 [`http://localhost:3000`](http://localhost:3000)