Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackproser/argon-portfolio
The latest and greatest portfolio site leveraging nuxt.js and argon design system
https://github.com/zackproser/argon-portfolio
argon-design nuxtjs portfolio vuejs
Last synced: about 2 months ago
JSON representation
The latest and greatest portfolio site leveraging nuxt.js and argon design system
- Host: GitHub
- URL: https://github.com/zackproser/argon-portfolio
- Owner: zackproser
- Created: 2019-10-29T06:48:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T17:53:10.000Z (over 1 year ago)
- Last Synced: 2024-05-17T00:38:50.456Z (8 months ago)
- Topics: argon-design, nuxtjs, portfolio, vuejs
- Language: SCSS
- Size: 64.1 MB
- Stars: 16
- Watchers: 4
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zack Proser's portfolio site
[![Netlify Status](https://api.netlify.com/api/v1/badges/829157fb-72fc-40e9-b710-db7070ed8f7d/deploy-status)](https://app.netlify.com/sites/gifted-albattani-6bea85/deploys)
![Zack Proser's portfolio site](./docs/portfolio.png)
## Build Setup
``` bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).