This package has been deprecated

Author message:

hippy-vue-router is no longer maintained, please use @hippy/vue-router to instead

hippy-vue-router
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

hippy-vue-router

This is a fork of vue-router for working together with hippy-vue in native environment.

Hippy Group

Introduction

hippy-vue-router is the official router for hippy-vue. It deeply integrated with hippy-vue to make building Native Application with hippy-vue a breeze. It's supported all of features of vue-router, and will support following features:

  1. Android hardware back button to navigate to previous page.
  2. Safe area wrapper for hippy-vue app to compatible different hardware.

Development Setup

The developing line is following the mainstream vue-router, master branch is the vue-router's remote dev branch, All of features will append to feature/hippy-vue after original dev branch.

All of core feature/bug fixes please PR to vue-router.

# install deps
npm install
 
# build dist files
npm run build
 
# serve examples at localhost:8080
npm run dev
 
# lint & run all tests
npm test
 
# serve docs at localhost:8080
npm run docs

Questions

For questions and support please file a new issue. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Changelog

Details changes for each release are documented in the release notes.

License

MIT

Copyright (c) 2013-present Evan You

Package Sidebar

Install

npm i hippy-vue-router

Weekly Downloads

0

Version

2.0.0

License

Apache-2.0

Unpacked Size

106 kB

Total Files

19

Last publish

Collaborators

  • xuqingkuang