# angular2 from some component **Repository Path**: junhua/angular2-from-some-component ## Basic Information - **Project Name**: angular2 from some component - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-01-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Web Gui Core ng2 version release By WIT Group:http://confluence.paic.com.cn:6060/pages/viewpage.action?pageId=4584753 # generator-wit-app > wit template app generator ## Installation First, install [Yeoman](http://yeoman.io) and generator-wit-app using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)) The template application refers web_gui_core, please install its global dependencies. 请安装node的环境及配置好npm私有服务器,安装[Yeoman](http://yeoman.io)及所需的全局包: ```bash npm config set strict-ssl false npm config set registry=http://192.168.5.13:4873 npm install -g babel-cli webpack karma-cli webpack-dev-server npm install -g yo npm install -g generator-wit-app ``` Then generate your new project with your options: 根据输入的参数,生成新的项目: ```bash yo wit-app ``` Go your application folder and run it: 运行: ```bash npm start ``` By default, you can see it with http://localhost:9090, login user is ZHANGZH/aaaaa333 默认地址为:http://localhost:9090, 用户名密码是:ZHANGZH/aaaaa333 ## License MIT © [WIT Group](http://confluence.paic.com.cn:6060/display/WIT/Start)