Skip to content

kyleparisi/buildless-vuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildless-vuejs

Pretty basic way to develop a vuejs app.

Running local

Only requirement is an http server. Here is how I do it:

# in ~/.bash_profile
function server() {
    local port="${1:-8000}"
    open "http://localhost:${port}/" && python -m SimpleHTTPServer "$port"
}
server

Then open http://localhost:8000.

Running remote

Upload to CDN or AWS S3 hosting bucket.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published