Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsmichaeldiego/website
- Owner: itsmichaeldiego
- Created: 2018-06-22T17:03:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T11:07:55.000Z (over 6 years ago)
- Last Synced: 2024-10-26T15:17:00.222Z (3 months ago)
- Topics: landing, landing-page, nuxt, nuxtjs, vue, vuejs
- Language: Vue
- Homepage: https://itsmichaeldiego.github.io/website/
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```