1.1.0 • Published 5 years ago

@fsx950223/web-router v1.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

A Router for web

Web router based on web components, ready for Polymer,jQuery,Vue and frameworks can use web-components

Install

npm i @fsx950223/web-router

HTML Usage

<web-router>
    <web-link route='3' href='1'>click to 1</web-link>
    <web-router>
        <web-link route='1' href='2'>click to 2</web-link>
    </web-router>
    <div route='2'>
        <web-link href='3?a=123'>click to 3</web-link>
    </div>
</web-router>
import '@fsx950223/web-router'

use by unpkg

<script src="https://unpkg.com/@fsx950223/web-router"></script>

Demo

npm run start
1.1.0

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

5 years ago