1.3.0 • Published 4 years ago

vue-router-lite v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

vue-route-lite

A component-based, declarative router for vue@2.6+. Inspired by react-router@4.x.

Introduction

vue-router-lite is a component-based router for Vue.js. Read Documents for more details.

Features include:

  • Component-Based: just use some HOC(Higher-Order Components) to control your routes.
  • Nested routes or mapping routes.
  • Modal support.
  • Fine-grained navigation control.
  • View transition effects powered by Vue.js' transition system.
  • Keep Alive.
  • Links with automatic active CSS classes.
  • HTML5 history mode or hash mode or memory mode.
  • Some other features that vue-router and react-router4 can do.

Doccuments And Examples

Development Setup

# install deps
npm install

# build dist files
npm run build

# unit test
npm run test

# serve examples at localhost:8080
npm run examples

# serve docs at localhost:8080
cd docs
npm install
npm run docs

Inspired By

Dependences

License

MIT

Copyright (c) 2019-present Season Chen

1.3.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago