ng2-publish-seed
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

ng2-publish-seed

Angular2 Node Module Package Development/Publish Example

There is an article in jsvally website about How To Publish Angular2 TypeScript Module]

To run it on your local environment

Run the following command to compile the source to dist directory

$ npm install
$ typings install
$ rm -rf dist
$ tsc

Run the following command to run a static web server

$ cd test
$ python -mSimpleHTTPServer
$ "then visit http://localhost:9000

LICENSE: MIT

Readme

Keywords

Package Sidebar

Install

npm i ng2-publish-seed

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • allenhwkim