Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 532 Bytes

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