angular2-universal-microsite-preview

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
a

angular2-universal-microsite-preview

A project generator for angular2 microsites using universal

0.0.0-alpha.3
latest
73

Supply Chain Security

100

Vulnerability

80

Quality

76

Maintenance

100

License

Repository has been archived by the owner.
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Issues
1

Angular2 Universal Microsite (preview)

Use this CLI tool to scaffold a microsite project with Angular2 Universal support.

Install

npm i -g angular2-universal-microsite-preview

Usage

  • Generate a new project
$ ngu new awesome-app
$ cd awesome-app
  • Generate a new document file
$ ngu generate home
  • Start a local dev server
$ ngu serve

What's working?

  • Scaffolding project (with options such as --skipNpm)
  • Generating *.md inside ./md (see nguconfig.json)
  • Serving a local dev server
  • Using a configfile nguconfig.json
  • Generating routes from file.md
  • Using configfile in app (overriding css, title...)
  • Loading *.md files in app (documentation)

FAQs

Package last updated on 16 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts