UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

45 lines (29 loc) 1.04 kB
--- order: 1 title: Getting Started type: Documents --- ## Foreword Using ohayojp scaffolding should as use as possible the `ng` command set provided by the Angular CLI to build, upgrade, etc., ohayojp also implemented some cool things: - Build empty scaffolding with [ng add](/cli/add) - Use [ng g](/cli/generate) to build modules, business pages - Pluggable [plugin](/cli/plugin) ## Installation We don't recommend directly cloning the git repository, but instead using `ng add` to build the ohayojp project, there are a few simple steps: 1. Create an empty angular project ```bash # Make sure you are using the latest version of Angular cli ng new demo --style less ``` 2, add ohayojp scaffolding ```bash ng add ohayojp --defaultLanguage=en ``` > If you any querstion, please refer to [FAQ](/docs/faq) 3, running ```bash ng serve ``` ## How to upgrade Suggest Star or Watch [source code](https://github.com/ohayojp/ohayojp) repository to help you better understand change log. please refer to [upgrade](/docs/upgrade).