-
Notifications
You must be signed in to change notification settings - Fork 2
Frontend Server
Leonid Fenko edited this page Feb 12, 2019
·
2 revisions
- Installed git hooks (see root).
- Configured git (see root).
- Yarn v1.9.4;
- Node v8.11.1 (with npm v5.6.0);
- Latest WebStorm or Visual Studio Code;
NOTE: It's mandatory to use
yarn iinstead ofyarnoryarn install
-
yarn i: install dependencies with frozen lockfile; -
yarn a: shortcut foryarn add -E; -
yarn r: shortcut foryarn remove.
TBD.
TBD.
NOTE: Prettier reformats code before commit.
-
prettier:all: reformat all possible files with prettier.
NOTE: Code is checked before commit.
-
lint:js: run eslint;
Спасибо за чтение документации ✨
- Home
- Backend
- Frontend Server
-
Frontend
- Структура компонента приложения
- Структура проекта
- Правила именования
- Конфиги
- Источники данных
- Роутинг
- Иконки и картинки
- Шрифты
- Изменение тегов HEAD
- Адаптивность
- Сторонний CSS
- Favicon
- Cache Busting
- Code Splitting
- Обработка ошибок
- Общие компоненты
- Полезные компоненты в других проектах
- Live Templates
- Apollo и REST