nanobox-quickstarts / nanobox-vuestic

Quickstart for Vuestic with Nanobox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Vue 62.0%Language:JavaScript 22.3%Language:CSS 15.6%Language:HTML 0.1%