GithubHelp home page GithubHelp logo

disjfa / vue-route-timeline Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 1.72 MB

Build a timeline clicking throug your application, using vue-router and vuex.

Home Page: https://vue-route-timeline.js.org/

License: MIT License

HTML 11.74% JavaScript 67.74% Vue 12.42% CSS 8.10%
vuejs2 vue-router vuex vuejs timeline awesome-vue vue-component

vue-route-timeline's Introduction

Vue route timeline

version MIT License All Contributors

Watch on GitHub Star on GitHub Tweet

Build a timeline clicking throug your application, using vue-router and vuex.

For detailed explanation on how things work, checkout the docs.

Instalation

npm install vue-route-timeline

Getting started

import Vue from 'vue'; // Load vue
import VueRouteTimeline from 'vue-route-timeline'; // Import timeline
import App from './App'; // Load your app
import router from './router'; // Add your router
import store from './store'; // Build your vuex store

Vue.use(VueRouteTimeline, {store, router}); // Connect timeline to vue, store and router

new Vue({
  el: '#app',
  router,
  store,
  render: h => h(App),
});

Usage

Add an item whenever you like, it will store the current route:

this.$routeTimeline.set('Title', 'Subtitle');

Contributors

Thanks goes to these wonderful people (emoji key):


disjfa

๐Ÿ’ฌ ๐Ÿ’ป ๐ŸŽจ ๐Ÿ“– ๐Ÿ’ก

This project follows the all-contributors specification. Contributions of any kind welcome!

vue-route-timeline's People

Contributors

disjfa avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

hwen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.