Skip to content

nanobox-quickstarts/nanobox-vuestic

Repository files navigation

Vuestic with Nanobox

Vuestic from scratch

Run a Vuestic app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-vuestic.git

# cd into the vuestic app
cd nanobox-vuestic

Run the app

# Add a convenient way to access your app from a browser
nanobox dns add local vuestic.dev

# Run Vuestic as you would normally, with Nanobox
nanobox run yarn run dev

Check it out

Visit your app at vuestic.dev

Explore

With Nanobox, you don't have to have anything installed on your machine to run your app:

# drop into a Nanobox console
nanobox run

# where node is installed,
node -v

# and your code is mounted
ls

Now What?

For more details about running Vuestic apps with nanobox visit guides.nanobox.io/golang/vuestic/

About

Quickstart for Vuestic with Nanobox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published