Skip to content

Installation

David Graham edited this page Jun 10, 2018 · 5 revisions
  1. Clone the repo to your local computer.
  2. Open up the repo folder in VSCode (or some inferior editor if you so choose) and replace all occurrences of vue-pizza and vue pizza. I'll probably create script or something later to do this automatically, but this does allow you see the areas in the app where the app's name is applied.
  3. Inside the folder in your terminal: npm install.
  4. Inside the folder in your terminal: npm run dev.
  5. Start adding your own routes and features. Check out the rest of this wiki for all the information you need. Enjoy!
Clone this wiki locally