Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macguirerintoul/iat-339-portfolio
📁 Project 3: 'Portfolio' for IAT 339 at SFU, Spring 2019
https://github.com/macguirerintoul/iat-339-portfolio
netlify nuxt vue
Last synced: 22 days ago
JSON representation
📁 Project 3: 'Portfolio' for IAT 339 at SFU, Spring 2019
- Host: GitHub
- URL: https://github.com/macguirerintoul/iat-339-portfolio
- Owner: macguirerintoul
- Created: 2019-03-15T06:14:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T08:14:44.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T05:38:22.193Z (3 months ago)
- Topics: netlify, nuxt, vue
- Language: Vue
- Homepage: http://mtr.iat339.design/
- Size: 6.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iat-339-portfolio
> Portfolio (project 3) for IAT 339 at SFU, Spring 2019
This project was completed as part of IAT 339 - Web Design and Development at SFU. The project was developed with [Nuxt](https://nuxtjs.org/), a framework for [Vue](https://vuejs.org/). Additional references are listed on the [Style Guide](https://mtr339.netlify.com/styleguide).
## Local development
``` bash
# install dependencies
$ npm i# serve with hot reload at localhost:3000
$ npm run dev```