https://github.com/timweri/vue-personal-site
https://github.com/timweri/vue-personal-site
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timweri/vue-personal-site
- Owner: timweri
- License: mit
- Created: 2019-12-21T04:03:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:28:01.000Z (over 3 years ago)
- Last Synced: 2025-01-16T21:51:10.576Z (over 1 year ago)
- Language: JavaScript
- Size: 655 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-personal-site
> A personal website
## 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
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).