Skip to content

qbbr/blog-frontend-vuejs

Repository files navigation

blog-frontend-vuejs

Blog Frontend App on Vue.js v2.x without node_modules/ trash and any craps

see backend's:

depends

run

# start web server
busybox httpd -f -p 8666
# or use one of way:
#php -S 127.0.0.1:8666
#python -m http.server 8666
#python2 -m SimpleHTTPServer 8666
#ruby -r webrick -e 'WEBrick::HTTPServer.new(:Port => 8666, :DocumentRoot => Dir.pwd).start'
#ruby -run -e httpd . -p 8666
# open in browser
x-www-browser http://127.0.0.1:8666/