https://github.com/apertureless/jakubjuszczak.de
Personal Website
https://github.com/apertureless/jakubjuszczak.de
Last synced: 5 months ago
JSON representation
Personal Website
- Host: GitHub
- URL: https://github.com/apertureless/jakubjuszczak.de
- Owner: apertureless
- Created: 2017-03-07T19:06:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T03:20:57.000Z (over 6 years ago)
- Last Synced: 2025-02-25T21:15:54.480Z (over 1 year ago)
- Language: Vue
- Size: 1.45 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jakubjuszczak.de
> Freelance Site
Basic site build with nuxt.js
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).