Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayashavin/portfolio-new
My personal website
https://github.com/mayashavin/portfolio-new
cloudinary nuxt-blog nuxt-module nuxtjs portfolio portfolio-website tailwindcss vue vuejs
Last synced: about 2 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/mayashavin/portfolio-new
- Owner: mayashavin
- Created: 2020-07-19T12:17:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T08:16:46.000Z (8 months ago)
- Last Synced: 2024-05-07T09:44:07.557Z (8 months ago)
- Topics: cloudinary, nuxt-blog, nuxt-module, nuxtjs, portfolio, portfolio-website, tailwindcss, vue, vuejs
- Language: Vue
- Homepage: https://mayashavin.com
- Size: 1.65 MB
- Stars: 32
- Watchers: 2
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Portfolio Website
> [https://mayashavin.com](https://mayashavin.com)My new portfolio and blog using Nuxt.js, TailwindCSS, Cloudinary and deployed using Vercel
![](https://res.cloudinary.com/mayashavin/image/upload/v1595792604/mayashavin/portfolio_cover_2.jpg)
## 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).