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
- Host: GitHub
- URL: https://github.com/poyea/namecard
- Owner: poyea
- License: mit
- Created: 2019-12-24T08:18:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T22:53:01.000Z (over 3 years ago)
- Last Synced: 2025-10-08T14:53:44.360Z (8 months ago)
- Topics: namecard, nuxt, nuxtjs, vue, vuejs
- Language: Vue
- Homepage: https://poyea.me/
- Size: 1.52 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# namecard [](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
```