Angular
Версия от 06:57, 12 июня 2018; FireWolf (обсуждение | вклад)
Инициализация сайта
yarn init
yarn add @angular/cli
ng new cv
cd cv
# gen navigation component
ng generate component navbar
yarn add ng-jhipster
# create i18n/en/global.json i18n/ru/global.json with content {}
из index.html убираем base href, если планируется поместить сайт не в корень. yarn add webpack
- добаляем webconfig из jhipster