angular2-cesium
v0.0.2
Published
Angular2 library for working with Cesium.
Downloads
26
Readme
angular2-webpack-library-seed
Angular2 library seed - based on Webpack
Getting started
$ git clone https://github.com/bargoldi/ng2-package-starter
$ cd project_directory
$ npm install
Usage
In order to run a webpack dev-server, use the command:
$ npm start
Running tests
$ npm test
Publishing
$ npm run build
$ npm publish
Directory Structure
├───config
│ karma-test-shim.js
│ karma.conf.js
│ root-helper.js
│ webpack.aot.js
│ webpack.common.js
│ webpack.dev.js
│ webpack.test.js
│
├───demo
│ │ index.html
│ │ polyfills.ts
│ │ tsconfig.json
│ │ vendor.ts
│ │
│ ├───app
│ │ │ app.component.html
│ │ │ app.component.ts
│ │ │ app.module.ts
│ │ │ main.ts
│ │ │
│ │ └───shared
│ │ shared.module.ts
│ │
│ ├───assets
│ │ data.json
│ │
│ └───css
│ main.css
│
├───src
│ main.ts
│ .gitignore
│ .npmignore
│ karma.conf.js
│ LICENSE.txt
│ package.json
│ README.md
│ tsconfig.aot.json
│ tsconfig.json
│ webpack.aot.config.js
│ webpack.config.js
Coming Soon
- Webpack bundling ability