Production Site: https://NickBolles.com
Main Code is in the vue folder
- Nuxt.js (Vue.js)
- Vuetify
- Typescript
- Sass
- ScrollMagic
- VS Code
-
Pull and run the image
docker run -it -p 8080:8080 registry.dev.nickbolles.com/nbolles/www_nickbolles_com:latest
-
The app should be running and accessible at http://localhost:8080
-
...Wait, that was it? Well I guess sit back, relax and enjoy the site
-
Clone the project
git clone https://gitlab.dev.nickbolles.com/nbolles/www_nickbolles_com.git
-
Navigate to the vue directory
cd www_nickbolles_com/vue
-
Install dependencies
npm i
-
Run the dev server with
npm run dev
A. Or you can build the production app with
npm run build
B. And run it with
npm run start