Skip to content

vuejs-example-apps/vue-examples-step-by-step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published