Skip to content

mu-box/quickstart-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 Microbox

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 62.0%
  • JavaScript 22.3%
  • SCSS 15.6%
  • Other 0.1%