spli02 / vue-timeline

Timeline App (Vue / Sass)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"vue-timeline"

This is the application which display the timeline.

Vue and Milligram are used.

If you want to know more details, check the link below.

How to use "vue-timeline"

  1. Execute the command below to copy(clone) currency-converter repository.
git clone https://github.com/spli02/vue-timeline
cd vue-timeline
  1. Execute the command below to install libraries required the project.
npm install
  1. Execute the command below to serve with hot reload at localhost:8080.
npm run dev

Other Setup

# build for production with minification
npm run build

# run unit tests
npm run unit

# run all tests
npm test

Main Content

./index.html
./src
├── App.vue
├── assets
│   └── timeline.json
├── components
│   └── Timeline.vue
├── main.js
└── router
    └── index.js

About

Timeline App (Vue / Sass)


Languages

Language:JavaScript 91.5%Language:Vue 6.3%Language:HTML 2.2%