1.0.6 • Published 6 years ago

generator-ng4ts v1.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

ng4ts | generator-ng4ts

Installation

First, install Yeoman and generator-ng4ts using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-ng4ts

Then generate your new project:

yo ng4ts
  • To start the application just hit:
$ npm start
  • To build the app run:
// just build
$ npm run build

// build and check run application
$ npm run build:serve
  • Just check run application after build:
$ npm run serve:dist

Available blueprints:

yo ng4ts:component [name]
yo ng4ts:directive [name]
yo ng4ts:filter [name]
yo ng4ts:service [name]

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Yan He

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago