Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.
/ angular2-webpack Public archive

基于 webpack 的 angular2 起步工具链

Notifications You must be signed in to change notification settings

ovo4096/angular2-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-webpack

本仓库是对应 angular2 官方 quick start 教程的 webpack 版本,但是删除官方当前推荐的单元测试工具

安装

  1. 使用 git clone 本仓库
  2. 打开克隆到本地的项目文件夹,删除 .git 文件夹,去除已有的版本控制
  3. 在控制台中使用 npm install 进行依赖包的安装
  4. 等待安装结束后在控制台中输入 npm start 启动应用
  5. 用浏览器打开地址 http://localhost:8080 ,如果在网页中看到 Hello from Angular 2 App with Webpack 便是安装成功了

指令

  • npm start 启动调试服务器
  • npm run build 编译为部署版本,部署版本将会在 dist/ 文件夹中

About

基于 webpack 的 angular2 起步工具链

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published