Skip to content

MoYummy/vue-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-static

This is a Vue site (vue, vue-router and vuex), runtime-loading with systemjs

Usage

Host src at localhost:8080 through:

docker-compose up

or

cd src
python2 -m SimpleHTTPServer 8080

or

cd src
python3 -m http.server 8080

Visit localhost:8080