Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itsmichaeldiego/website

My personal website built with Vue.js
https://github.com/itsmichaeldiego/website

landing landing-page nuxt nuxtjs vue vuejs

Last synced: about 1 month ago
JSON representation

My personal website built with Vue.js

Awesome Lists containing this project

README

        

# Michael Diego's website · [![Build Status](https://travis-ci.org/itsmichaeldiego/website.svg?branch=master)](https://travis-ci.org/itsmichaeldiego/website)

This website was built using [Nuxt.js](https://github.com/nuxt/nuxt.js), which uses [Vue.js](https://github.com/vuejs/vue).

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).

## Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev # Or yarn dev

# build for production and launch server
$ npm run build # Or yarn build
$ npm start # Or yarn start

# generate static project
$ npm run generate # Or yarn generate
```

## Deploy

``` bash
$ npm run deploy # Or yarn deploy
```