My personal website, but this time it isn't just a template; it's a real site!
Be sure to execute all of the following commands within the project's root directory. This project is using Vue 2.6.11
- Install NPM using
npm install
in the project's root directory. This should give you a/node_modules
directory within the project's root directory
Node version: v7.19.1
-
Install Vue-Axios version 2.1.5 (
npm install [email protected]
) -
Install Axios version 0.21.1 (
npm install [email protected]
) -
Install Vuex version 3.1.3 (
npm install [email protected]
) -
Install Vuetify version 2.5.6 (
npm install [email protected]
) -
Install Vue Router version 3.5.2 (
npm install [email protected]
) -
Install Vue Gallery Slideshow version 1.5.2 (
npm install [email protected]
)
- Navigate to the project's root directory and type
npm run serve
to start the project locally - Open
localhost:8080/
within your browser of choice, and view the webapp