UNDER CONSTRUCTION!
English follows Japanese
/src/data
で詳細を確認できます。
Angular CLI v9.0.3 で生成されました。
ng serve
で開発用サーバーを起動できます。 http://localhost:4200/
で確認できます。 ソースファイルを変更すると、自動で更新して内容を反映します。
ng generate component component-name
で新しいコンポーネントを生成することができます。 他には、 ng generate directive|pipe|service|class|guard|interface|enum|module
もできます。
ng build
でプロジェクトをビルドすることができます。成果物は dist/
ディレクトリに格納されます。 --prod
フラグで本番環境用のビルドを行うことができます。
ng test
で Karma を使ったユニットテストを行うことができます。
ng e2e
で、 Protractor を使ったエンドツーエンドテストを行うことができます。
Angular CLI についてもっとヘルプが欲しい場合は ng help
コマンドまたは Angular CLI README を参照してください。
- 実装
- Songs
- Albums
- Tours
- Events
- Places
- Helper
- Perfumeのライブデータを入力する
- UIデザイン
- UIの多言語対応(英語)
See /src/data
for more details.
This project was generated with Angular CLI version 9.0.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
- Implementation
- Songs
- Albums
- Tours
- Events
- Places
- Helper
- Input all Perfume's live data
- UI Design
- UI i18n(en)