https://github.com/tabuckner/portfolio
Portfolio Built With Nuxt
https://github.com/tabuckner/portfolio
Last synced: 2 months ago
JSON representation
Portfolio Built With Nuxt
- Host: GitHub
- URL: https://github.com/tabuckner/portfolio
- Owner: tabuckner
- Created: 2018-08-22T23:02:59.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-05-10T18:02:15.000Z (about 7 years ago)
- Last Synced: 2025-03-18T17:58:36.038Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 7.96 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfolio
> Personal Portfolio site created with NuxtJS
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).