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

https://github.com/poyea/namecard

✨ Simplistic personal name card in Vue+Nuxt
https://github.com/poyea/namecard

namecard nuxt nuxtjs vue vuejs

Last synced: 3 months ago
JSON representation

✨ Simplistic personal name card in Vue+Nuxt

Awesome Lists containing this project

README

          

# namecard [![Build Status](https://travis-ci.com/poyea/namecard.svg?branch=master)](https://travis-ci.com/poyea/namecard)

This simplistic Nuxt namecard is shown on [the homepage of my personal website](https://poyea.me/).

## Build Setup

``` bash
# install dependencies
$ npm run install

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

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

# generate static project
$ npm run generate
```

Remember to lint:
```
# lint tool
$ npm run lint
$ npm run lintfix

```