harishc27 / vue-examples-step-by-step

Minimalistic yet fully-featured Vuex example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalistic, yet fully-featured Vuex example

A Work-in-Progress by @gbezyuk

This branch cointains some incrementably adoptable standalone Vue examples.

See tags: @step0, @step0.1, @step1 —  and so on.

We start with a simple HTML-embedded example, and gradually move to a fully-functional WebPack-based application.

You will need some sort of static HTTP server to run some of the examples. You could use http-server:

# installation
npm install -g http-server
# run it with caching disabled
http-server -c-1

About

Minimalistic yet fully-featured Vuex example


Languages

Language:HTML 37.4%Language:CSS 36.6%Language:JavaScript 26.0%