扫一扫分享
angular入门套件,包括Angular 6,Ahead of Time Compile,路由器,Forms, Http, 服务, 测试,E2E),Karma,Protractor,Jasmine,Istanbul,TypeScript,@ type,TsLint,Codelyzer,Hot Module Replacement和webpack。
# clone our repo
# --depth 1 removes all but one .git commit history
git clone --depth 1 https://github.com/gdi2290/angular-starter.git
# change directory to our repo
cd angular-starter
# install the repo with npm
npm install
# start the server
npm start
# use Hot Module Replacement
npm run server:dev:hmr
# if you're in China use cnpm
# https://github.com/cnpm/cnpm
手机预览