Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.16 KB

vkui-navigation

NPM version License Checks status

Modern router for VK Mini Apps.

This library simplifies navigation with VKUI and provides API to control it. Application structure is kept the same ([Epic] -> [Root] -> View -> Panel) and even components are named as in VKUI so it will be much easier to get started if you already know how VKUI works.

Installation

With Yarn:

yarn add vkui-navigation

or with NPM:

npm i vkui-navigation

Also, don't forget to install @vkontakte/vkui and @vkontakte/vk-bridge

Usage

You can browse the Documentation. First of, you should learn the Basics and then you can continue through the tutorial. All pages are (hopefully) translated to Russian as well.

License

MIT, learn more