-
Notifications
You must be signed in to change notification settings - Fork 232
Installation
David Graham edited this page Jun 10, 2018
·
5 revisions
- Clone the repo to your local computer.
- Open up the repo folder in VSCode (or some inferior editor if you so choose) and replace all occurrences of
vue-pizza
andvue 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. - Inside the folder in your terminal:
npm install
. - Inside the folder in your terminal:
npm run dev
. - Start adding your own routes and features. Check out the rest of this wiki for all the information you need. Enjoy!