Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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).