vue-router-vuex-example
vue-router-vuex-example copied to clipboard
vue + vue-router + vuex
vue-router-vuex-example
Vue + vue-router + vuex + webpack starter project
This repository was created to demonstrate a simple application that uses vue and vue-router-sync to pass data throughout the application using the state management pattern.
Requirements
The following tools are required to get this running.
Dev tools
Installation
Install Node
Visit here - download and install the latest, stable version.
This will install npm automatically.
Install Webpack globally
sudo npm install -g webpack
Install dependencies
cd into the root of the project and run this command
$ npm install
Compile
from the root:
$ npm build
Run project
$ npm start
Your primary browser will automatically open at localhost:8080