Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saabbir/saabbir.github.io
My personal portfolio website built with Nuxt.js. Link: https://saabbir.github.io/
https://github.com/saabbir/saabbir.github.io
nuxtjs personal-website vuejs
Last synced: 1 day ago
JSON representation
My personal portfolio website built with Nuxt.js. Link: https://saabbir.github.io/
- Host: GitHub
- URL: https://github.com/saabbir/saabbir.github.io
- Owner: Saabbir
- Created: 2020-12-31T17:38:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T20:02:33.000Z (6 months ago)
- Last Synced: 2024-05-31T04:37:03.576Z (6 months ago)
- Topics: nuxtjs, personal-website, vuejs
- Language: Vue
- Homepage: https://saabbir.github.io/
- Size: 36.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# My personal website using nuxtjs
![screenshot](screenshot.png)
Demo can be seen in here - https://saabbir.github.io/
## Getting started
Clone this repo:
```sh
git clone https://github.com/Saabbir/saabbir.github.io.git
```The project is based on [Node.js](https://nodejs.org/). To install the necessary packages, run the following command from the root of the project:
```sh
npm install
```### After installation
- Run `npm run dev` from root folder to serve with hot reload at _localhost:3000_
```sh
npm run dev
```### Build setup
```bash
# build for production
$ npm run build# generate static project
$ npm run generate# preview generated static site
$ npm run start# deploy to github pages at `gh-pages` branch from command line
$ npm run deploy
```### References
- [Create a Blog with Nuxt Content](https://nuxtjs.org/blog/creating-blog-with-nuxt-content)
- For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).