文件名称:ng2-start:带有Webpack的最小Angular2入门
文件大小:59KB
文件格式:ZIP
更新时间:2024-06-04 00:27:01
javascript angular typescript webpack starter
ng2-start 这是开始使用webpack创建angular2应用程序的最小设置。 指示 要求 { " node " : " >=6 " } 设定环境 # cd into ng2-start cd ng2-start # Install dependencies npm install 服务和建设 # Start dev server at http://localhost:9000 npm start # Build npm run build # Build for production (uses aot compiler) npm run build:prod
【文件预览】:
ng2-start-master
----.gitignore(20B)
----tsconfig.json(363B)
----README.md(428B)
----LICENSE(1KB)
----package.json(2KB)
----tslint.json(533B)
----src()
--------typings.d.ts(30B)
--------app()
--------main.ts(263B)
--------tsconfig.app.json(238B)
--------index.html(175B)
--------styles.css(25B)
----.travis.yml(129B)
----.editorconfig(188B)
----webpack.config.js(4KB)
----yarn.lock(181KB)