tour-of-heroes-webpack:使用Webpack和TypeScript的Angular2英雄之旅教程

时间:2024-05-21 10:18:57
【文件属性】:

文件名称:tour-of-heroes-webpack:使用Webpack和TypeScript的Angular2英雄之旅教程

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-21 10:18:57

JavaScript

英雄之旅webpack 使用Webpack和TypeScript的Angular2英雄之旅教程 先决条件 是一个程序包管理器,用于搜索和安装TypeScript定义,并且由该项目使用。 假设已在全球范围内安装tsd > npm install tsd -g 入门 这将安装所有npm软件包和打字稿定义 > npm run initialize 开发构建 这将在运行实时重载服务器 > npm start 生产建立 这会将应用程序打包并输出到/ build > npm run production


【文件预览】:
tour-of-heroes-webpack-master
----.gitignore(40B)
----tsconfig.json(342B)
----README.md(649B)
----configuration.js(790B)
----tsd.json(281B)
----package.json(1012B)
----tslint.json(3KB)
----src()
--------app()
--------index.html(574B)
----webpack()
--------webpack.production.config.js(2KB)
--------webpack.development.config.js(935B)

网友评论