Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhushan/portfolio
A Personal Portfolio and Articles Sharing Site.
https://github.com/bhushan/portfolio
Last synced: 17 days ago
JSON representation
A Personal Portfolio and Articles Sharing Site.
- Host: GitHub
- URL: https://github.com/bhushan/portfolio
- Owner: bhushan
- Created: 2021-04-24T18:08:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T06:32:15.000Z (over 3 years ago)
- Last Synced: 2024-10-11T09:14:24.070Z (about 1 month ago)
- Language: Vue
- Homepage: https://www.bhushang.dev
- Size: 1.75 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bhushang.dev
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).