nelsonkuang / Vuex-And-Vue-router-Tabs

A Simple Vuex And Vue-router Based Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuex-And-Vue-router-Tabs

A Simple Vuex And Vue-router Based Example

This is just a Hello World example for Vuex And Vue-router, and it will show how to use Vuex to store and keep states while Vue-router routing.

##Usage

git clone https://github.com/nelsonkuang/Vuex-And-Vue-router-Tabs.git
cd Vuex-And-Vue-router-Tabs
# watch:
npm run dev
# build:
npm run build

then command line npm run dev and check the page on http://localhost:8080/

live demo

About

A Simple Vuex And Vue-router Based Example

License:MIT License


Languages

Language:JavaScript 84.4%Language:Vue 9.8%Language:HTML 5.8%