Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 983 Bytes

File metadata and controls

34 lines (22 loc) · 983 Bytes

notes-page

Test task: notes page

Навигация

1. Первое задание списка представлено в ветке master.
2. Второе задание представлено в остальных ветках, а именно:
  а. Поиск на фронтенде в ветке frontend-search.

  б. Поиск на бэкенде с помощью подификации sql запроса загрузки
  списка - в ветке backend-s-sql-mod.

  в. Поиск на бэкенде с помощью постобработки результата обычного
  sql-запроса - в ветке backend-s-sql-post

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.