Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gearonix/atomic-router-vue
Vue.js bindings for atomic-router
https://github.com/gearonix/atomic-router-vue
Last synced: 26 days ago
JSON representation
Vue.js bindings for atomic-router
- Host: GitHub
- URL: https://github.com/gearonix/atomic-router-vue
- Owner: gearonixx
- License: mit
- Created: 2024-02-20T05:49:40.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-20T02:16:05.000Z (9 months ago)
- Last Synced: 2024-12-11T18:13:46.759Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 275 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atomic-router-vue
Vue.js bindings for [atomic-router](https://github.com/atomic-router/atomic-router)
## Installation
Install core and vue.js bindings:
```bash
npm i atomic-router atomic-router-vue
```Don't forget about peer dependencies, if you haven't installed them yet:
```bash
npm i effector effector-vue vue
```## Documentation
(not ready yet)
All types is built from the [source code](https://github.com/atomic-router/vue/tree/main/src).